02.02.2018, 20:57
Im trying to make a duel system, to have multiple duel locations, i have to store dueler1 and dueler2 Pos coords somehow. What kind of variable should i use to store SetPlayerPos coords?
for example
NOTE: i cant define it as im trying to make multiple locations
for example
pawn Код:
SetPlayerPos(dueler1, Duelplacecoords1); //Dueler 1, standing pos
SetPlayerPos(dueler2, Duelplacecoords2); //Dueler 2 standing pos [face to face]