15.06.2011, 05:24
Because you are trying to store multiple pieces of data in the variable (or an "array" of data if you will!), you must declare the variable as an array:
If you would like an example of random spawn locations, checkout the example at the bottom of this Wiki page: https://sampwiki.blast.hk/wiki/Random
Good luck!
pawn Код:
new iSpawn[4] = {SPAWN1,SPAWN2,SPAWN3,SPAWN4};
Good luck!