littlewhitey's Servers Forum (SA-MP/VC-MP/MTA/Zomboid)
Other => Off-Topic => Technical Support => Topic started by: Fuse on July 03, 2010, 08:03:09 PM
-
I need help making 2 checkpoints under the callback OnPlayerEnterCheckpoint.
there is interior no. 0 on both of them.
It was a long time ago i scripted now i've forgoten how to do this.
just do the coords as X or something, cause i haven't been setting those coords yet.
i really need the code. thanks.
-
i needed some help also which i knew ive get on the oficial samp forum, now that its hacked i cant!
/me wants to put his fist trought the monsieur haxors face >:(
-
hacking is lame.
-
Create the checkpoints in OnGamemodeInit, or OnFilterscriptInit, assign an ID to them ( like CP_0 = CreateCheckpoint( ... ) , CP_1 = CreateCheckpoint( ... ) ). After that you can use OnPlayerEnterCheckPoint.
-
Okay thank you