05.12.2010, 13:04
ill try to help this may/ may not work
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 10, -78.2537 , -1135.9974, 1.0781))// where x,y,z are checkpoints coords
SendClientMessage(playerid, COLOR_HERE, "Would you like to /storedrugs, /withdraw drugs");
SetPlayerCheckpoint(playerid, -78.2537, -1135.9974, 1.0781, 5);
return 1;
}

