GTAOnline.net
San Andreas Multiplayer (sa:mp) => Scripting SA-MP [Pawn center] => Showroom SA:MP => Discussion démarrée par: robyn59 le 14 Août 2009, 15:48:33
-
Voila une petite map d'une de met maison admin a SF
(http://img193.imageshack.us/img193/9712/samp132z.png) (http://img193.imageshack.us/i/samp132z.png/)
(http://img27.imageshack.us/img27/8083/samp133i.png) (http://img27.imageshack.us/i/samp133i.png/)
(http://img188.imageshack.us/img188/8836/samp134q.png) (http://img188.imageshack.us/i/samp134q.png/)
(http://img188.imageshack.us/img188/3162/samp135w.png) (http://img188.imageshack.us/i/samp135w.png/)
(http://img193.imageshack.us/img193/4613/samp136y.png) (http://img193.imageshack.us/i/samp136y.png/)
(http://img268.imageshack.us/img268/6913/samp137n.png) (http://img268.imageshack.us/i/samp137n.png/)
(http://img16.imageshack.us/img16/5461/samp131p.png) (http://img16.imageshack.us/i/samp131p.png/)
CreateObject(987, -2426.275146, 120.597710, 34.171875, 0.0000, 0.0000, 90.0000);
CreateObject(987, -2426.530518, 141.939606, 34.015625, 0.0000, 0.0000, 90.0000);
CreateObject(987, -2426.178467, 153.311691, 34.171875, 0.0000, 0.0000, 90.0000);
CreateObject(987, -2426.259033, 165.152618, 34.171875, 0.0000, 0.0000, 90.0000);
CreateObject(987, -2426.434326, 177.100220, 34.015625, 0.0000, 0.0000, 78.7500);
CreateObject(987, -2423.857666, 188.693893, 34.171875, 0.0000, 0.0000, 90.0000);
CreateObject(987, -2425.877930, 212.163132, 34.501713, 0.0000, 0.0000, 219.8434);
CreateObject(987, -2424.016846, 199.912537, 34.171875, 0.0000, 0.0000, 97.7349);
CreateObject(987, -2426.585693, 108.681236, 34.015625, 0.0000, 359.1406, 89.0631);
CreateObject(987, -2426.466309, 97.196915, 34.171875, 0.0000, 0.0000, 91.8823);
CreateObject(971, -2426.310059, 137.271042, 37.510475, 0.0000, 0.0000, 90.0000);
CreateObject(971, -2426.543213, 137.262527, 26.412338, 0.0000, 0.0000, 90.0000);
CreateObject(987, -2437.151367, 92.462906, 34.171875, 0.0000, 0.0000, 24.3823);
CreateObject(987, -2448.901611, 92.118851, 34.171875, 0.0000, 0.0000, 1.8823);
commandes pou l'ouvrir
rajouter new ADMIN; en haut du GM
if(strcmp(cmd, "/oadmin", true) == 0)
{
if (PlayerInfo[playerid][pAdmin] >= 1)
{
MoveObject(ADMIN, -2426.543213, 137.262527, 26.412338, 2.5);
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "** %s ouvre la porte de la villa admin", pName);
SetTimer("CADMIN",10000,false);
}
else
{
SendClientMessage(playerid, COLOR_RED, "Vous n'êtes pas Admin");
}
return 1;
}
dans public OnPlayerCommandText(playerid, cmdtext[])
et tout dans bas
public CADMIN()
{
MoveObject(ADMIN, -2426.310059, 137.271042, 37.510475 , 2.5);
}
et dans public OnGameModeInit()
ADMIN = CreateObject(971, -2426.310059, 137.271042, 37.510475, 0.0000, 0.0000, 90.0000);
-
t'es screen sont trop gros est retire celui ou il y a l'ip du serveur
-
Picine d'origine ?