13.07.2010, 05:19
lol i think it hsa something with
soo maybe like this??
Im sure its something like that im not 100 % sure
pawn Код:
//This is in your /exit command
IsPlayerInPointOfRange(playerid, coordinates) //something like that
pawn Код:
if(strcmp(cmdtext, "/exit", true) == 0)
{
if(IsPlayerInPointOfRange(playerid, (coordinates here));
{
SetPlayerPos(playerid, (coordinates));
//message if you want
}
}