Convent ZCMD to SAMP CMD please!
#1

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


Messages In This Thread
Convent ZCMD to SAMP CMD please! - by pln102 - 30.10.2012, 02:51
Re: Convent ZCMD to SAMP CMD please! - by JaKe Elite - 30.10.2012, 02:56
Re: Convent ZCMD to SAMP CMD please! - by JaKe Elite - 30.10.2012, 03:03

Forum Jump:


Users browsing this thread: 3 Guest(s)