18.09.2010, 02:54
faz isso
isso aqui e so pra adm nvl 1 caso queira tira apgue
isso aqui e so pra adm nvl 1 caso queira tira apgue
Quote:
if (PlayerInfo[playerid][pAdmin] > 1) |
pawn Код:
if (strcmp(cmdtext, "/fporta", true) ==0)
{
if (PlayerInfo[playerid][pAdmin] > 1)
MoveObject(p1,-1058.1135253906, -1038.6326904297, 128.21875,1); //CORDENADAS DELE ABERTO
return 1;
}
if (strcmp(cmdtext, "/aporta", true) ==0)
{
if(PlayerInfo[playerid][pAdmin] > 1)
MoveObject(p1,-1049.50390625, -1038.8505859375, 130.46192932129,1); //CORDENADAS DELE FECHADO
return 1;
}