11.08.2011, 13:29
Sorry for the large amount of topics, but I need help.
Firstly.
S007: Exception 0xC0000005 at 4CA013
What is that? How do I get rid of it? It happens when I spawn at a specific place, but doesn't crash me.
and
Why wont this /exit command work?!
Firstly.
S007: Exception 0xC0000005 at 4CA013
What is that? How do I get rid of it? It happens when I spawn at a specific place, but doesn't crash me.
and
Код:
if (strcmp(cmdtext, "/exit", true) == 0) { if(IsPlayerInRangeOfPoint(playerid, 10, 288.745971,169.350997,1007.171875)) { SetPlayerPos(playerid, 290.7193,-1618.0544,33.1547); SetPlayerInterior(playerid, 0); } return 1; }