17.01.2012, 13:19
Ok plz help me now.. I am stucked in here..
I made a checkpoint to enter a bar. Here is the code for it:
And it works.. But now I want to put another checkpoint inside the bar near the reception, when we go to that checkpoint a dialog will appear and we could buy a drink.. But I dont know to put another checkpoint. It gives errors when I try to compile. Plz help.!
I made a checkpoint to enter a bar. Here is the code for it:
Код:
public OnPlayerSpawn(playerid) { SetPlayerCheckpoint(playerid, -314.1696472168, 1774.7232666016, 42.640625, 2.0); return 1; } public OnPlayerEnterCheckpoint(playerid) { SetPlayerInterior(playerid, 11); SetPlayerPos(playerid, 502.1585,-69.2982,998.7578); return 1; }