07.02.2011, 21:49
im using Incognito streamer and made checkpoints
but where would i make it so when you enter these checkpoints its says text is it like
?
thanks and heres the enter code
Код:
CreateDynamicCP(1524.2124, -1694.8369, 13.5468, 1.0, 0, 0, 0,100.0);//checkpoint 1 CreateDynamicCP(1524.2461, -1674.1271, 13.5468, 1.0, 0, 0, 0,100.0);//checkpoint 2
Код:
If(thecp == 1) { //blah }
thanks and heres the enter code
Код:
public OnPlayerEnterDynamicCP(playerid, checkpointid) { return 1; }