12.07.2015, 20:03
How can i make ths kind of checkpoints as pickups ? i never tried before to use a checkpoint as pickup
YourCP = CreateDynamicCP(-895.0860,2002.6703,60.9141, 3.0, -1, -1, -1, 100.0);
forward OnPlayerEnterDynamicCP(playerid, checkpointid); public OnPlayerEnterDynamicCP(playerid, checkpointid) { if(checkpointid == YourCP) { // Your code } return 1; }