31.10.2010, 00:20
Quote:
|
nothing happend.
i wrote /adminbase and i didn't teleported there. |
pawn Код:
if(strcmp(cmdtext, "/adminbase", true, 3) == 0)
{
if(!IsPlayerAdmin(playerid))
SetPlayerPos(playerid, 1694.74609375, -1502.1645507813, 1841.9893798828);
SetPlayerFacingAngle(playerid, 0);
return 1;
}


