Guest User

Untitled

a guest
Dec 14th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. public OnPlayerEnterCheckpoint(playerid)
  2. {
  3. if(IsPlayerInRangeOfPoint(playerid,10,-240.6205,1216.1929,19.3670)) {
  4. if(IsPlayerInVehicle(playerid, 1)) {
  5. new neon = CreateObject(18648,-240.6205,1216.1929,19.3670,0,0,0);
  6. AttachObjectToVehicle(neon, 1, 0.2,0,0.71,0,0,0);
  7. }
  8. }
  9. return 1;
  10. }
Add Comment
Please, Sign In to add comment