Advertisement
Guest User

thomas240

a guest
Jun 26th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. public OnPlayerEnterCheckpoint(playerid)
  2. {
  3. return 1;
  4. }
  5.  
  6. public OnPlayerLeaveCheckpoint(playerid)
  7. {
  8. return 1;
  9. }
  10.  
  11. public OnPlayerEnterRaceCheckpoint(playerid)
  12. {
  13. return 1;
  14. }
  15.  
  16. public OnPlayerLeaveRaceCheckpoint(playerid)
  17. {
  18. return 1;
  19. }
  20.  
  21. public OnRconCommand(cmd[])
  22. {
  23. return 1;
  24. }
  25.  
  26. public OnPlayerRequestSpawn(playerid)
  27. {
  28. return 1;
  29. }
  30.  
  31. public OnObjectMoved(objectid)
  32. {
  33. return 1;
  34. }
  35.  
  36. public OnPlayerObjectMoved(playerid, objectid)
  37. {
  38. return 1;
  39. }
  40.  
  41. public OnPlayerPickUpPickup(playerid, pickupid)
  42. {
  43. return 1;
  44. }
  45.  
  46. public OnVehicleMod(playerid, vehicleid, componentid)
  47. {
  48. return 1;
  49. }
  50.  
  51. public OnVehiclePaintjob(playerid, vehicleid, paintjobid)
  52. {
  53. return 1;
  54. }
  55.  
  56. public OnVehicleRespray(playerid, vehicleid, color1, color2)
  57. {
  58. return 1;
  59. }
  60.  
  61. public OnPlayerSelectedMenuRow(playerid, row)
  62. {
  63. return 1;
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement