05.12.2010, 11:42
Quote:
|
Is there a posibility to make an red circle / rec checkpoint on a location and if you get in that parameter a message to appear ?
Like : I go into that circle and the message appears : Command /buydrugs ? |
pawn Код:
SetPlayerCheckpoint(playerid,Float:x,Float:y,Float:z,Float:size);
Note:You can only have one checkpoint, otherwise use a streamer!
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
//do something
return 1;
}


