Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2018
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. warning 202: number of arguments does not match definition
  2. warning 202: number of arguments does not match definition
  3.  
  4. public OnPlayerConnect(playerid)
  5. {
  6. new rand = random(sizeof(RandomSpawn));
  7. SetPlayerPos(playerid, RandomSpawn[rand][0], RandomSpawn[rand][1],RandomSpawn[rand][2],RandomSpawn[rand][3],RandomSpawn[rand][4]);
  8. }
  9.  
  10. new Float:RandomSpawn[][5] =
  11. {
  12. {-480.6924,2189.9875,41.8672}, // Dam LV
  13. {271.9112,-1867.8492,2.7009}, // Aqua Park LS
  14. {379.7065,2537.1069,16.5391}, // Abandoned Airport
  15. {2075.2749,-2535.3286,13.5469}, // Airport LS
  16. {-2343.2390,-1636.1138,483.7031}, // Mount Chilliad
  17. {-2619.8066,1396.3444,7.1016} // Jizzy's SF
  18.  
  19.  
  20. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement