30.10.2012, 02:51
Can you help me?
i want to be samp cmd like this
Код:
CMD:adminhq(playerid)
{
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;
}
Код:
if(strcmp(cmd, "/adminhq", true) == 0) {

