05.12.2010, 13:33
This might work i believe
Then when the CheckPoint appears
pawn Код:
if (strcmp("/storedrugs", cmdtext, true) == 0)
{
SetPlayerCheckpoint(playerid, -78.2537, -1135.9974, 1.0781, 5);
SendClientMessage(playerid, COLOR_HERE, "Goto the place where you Store/Withdraw your drugs");
return 1;
}
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
SendClientMessage(playerid, COLOR_HERE, "You Have Reached a Place to Store/Withdraw your drugs);
return 1;
}

