15.06.2012, 19:57
This isnt what i ment...
I have created some new code:
But to make the garageplayerpos work, i need to add a 'new' thing at the top, how can i do that? is it:
garageplayerpos[MAX_PLAYERS][2]; ??
I have created some new code:
Code:
GetPlayerPos(playerid, garageplayerpos[giveplayerid][0],garageplayerpos[giveplayerid][1],garageplayerpos[giveplayerid][2]); SetPlayerPos(playerid, garageplayerpos[giveplayerid][0],garageplayerpos[giveplayerid][1],garageplayerpos[giveplayerid][2]);
garageplayerpos[MAX_PLAYERS][2]; ??