09.12.2009, 12:29
try with command and than type /save save command is in 0.3 filterscripts if i am right
and go to jail cells and try so much time to enter the jail cell ,works for me great but i dont need the coords for jail cells i am using this for other things ^^
Код:
if (strcmp("/move", cmdtext, true, 10) == 0) { new Float:x, Float:y, Float:z; // Get Player Position GetPlayerPos(playerid, x, y, z); SetPlayerPos(playerid,x+random(5), y+random(5), z+random(5)); } return 0; }