19.07.2010, 17:22
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { new Float:x,Float:y,Float:z; if (strcmp("/explode", cmdtext, true, == 0) { GetPlayerPos(playerid,x,y,z); //158 CreatePickup(1242, 2, x+2,y,z, -1); //159 } return 1; }