06.05.2011, 21:57
Pessoal meu irmгo arrumou um comando aqui no fуrum esses dias e me perguntou se dava pra setar ele somente naquele veнculo onde ele esta dentro ou pelo id do veнculo.
pawn Код:
if(strcmp(cmd, "/rbaixar", true) == 0)
{
if (PlayerInfo[playerid][pAdmin] >= 3001)
{
SetGravity(0.020);
GetPlayerName(playerid, playername,sizeof(playername));
}
return 1;
}