03.05.2011, 17:35
Hay everyone, I made a dm zone, and I can't make when is player in that zone, than he can't use any other comamnd, also I don't now how to make when somebody kill him when he is in that zone, than he spawn again in that zone, pliss help me, thanks
Here is command
Here is command
Код:
CMD:minigun(playerid,params[]) { new name[24]; new string[48]; SetPlayerPos(playerid, 2555.6736,2844.0222,10.8203); GivePlayerWeapon(playerid, 38, 9999); GetPlayerName(playerid, name, sizeof(name)); format(string, sizeof(string), ""COL_RED"%s "COL_LIGHTBLUE">>/minigun<<", name); SendClientMessageToAll(COLOR_GREEN, string); return 1; }