05.04.2015, 15:16
heres the example i found on forum. i want to create like this but i need the full code. can you help me?
Код:
public OnPlayerEnterDynamicCP(playerid, checkpointid) { if(checkpointid == mycheckpoint1) { SetPlayerPos(playerid, x, y, z); } if(checkpointid == mycheckpoint2) { GivePlayerMoney(playerid, 1000); } return 1; }