13.06.2010, 14:34
Hello, i have a problem..
When the player types /enter to go inside he fells to the sea..
I use this script to get in the hospital but ..
How can i make that he don't fall to the sea but completely enters this pos : -3436.1538,475.9111,57.6132?
When the player types /enter to go inside he fells to the sea..
I use this script to get in the hospital but ..
Код:
if(strcmp("/enter", cmdtext, true, 6) == 0) { if(IsPlayerInRangeOfPoint(playerid, 3.0, 1172.6001,-1323.2318,15.4027) || IsPlayerInRangeOfPoint(playerid, 3.0, 2033.9796,-1402.4280,17.2930)){ SetPlayerPos(playerid, -3436.1538,475.9111,57.6132); } return 1; }