24.08.2013, 14:08
I Don't Know Why It Ain't Working
no errors or warnings
onhand is a var that defines how many mines a player have 3- onhand coz the var starts from 3 not 0
Max_PMINES is 300
pawn Код:
new Float:mx[MAX_PLAYERS][MAX_PMINES],Float:my[MAX_PLAYERS][MAX_PMINES],Float:mz[MAX_PLAYERS][MAX_PMINES];
pawn Код:
GetPlayerPos(playerid,mx[playerid][3-OnHand[playerid]],my[playerid][3-OnHand[playerid]],mz[playerid][3-OnHand[playerid]]);
onhand is a var that defines how many mines a player have 3- onhand coz the var starts from 3 not 0
Max_PMINES is 300