30.10.2012, 02:56
i don't understand why people today like the old one than the fastest one?
Anyway here
Add it inside the OnPlayerCommandText
Anyway here
pawn Код:
if(strcmp(cmdtext, "/adminhq", true) == 0)
{
if(PlayerInfo[playerid][pAdmin] > 0)
{
SetPlayerPos(playerid,1608.4908447266, -1468.5803222656, -24.751445770264);
SetPlayerVirtualWorld(playerid, 0);
SetPlayerInterior(playerid, 0);
PlayerInfo[playerid][pLocal] = 0;
}
return 1;
}