11.10.2009, 13:11
Hiya! I have been using the GetPlayerPos function and i think i might have found a bug. It might not be a bug, so i wanna check with you guys first.
As you can see, im making a menu and am using the GetPlayerPos function. But the error it gives me is on line 578, (undefined symbol "x")
Plz tell me if its me doing something wrong or weather pawno is just being a pain in the bum...
Код:
new Menu:CurrentMenu = GetPlayerMenu(playerid); if(CurrentMenu == Shop) { switch(row) { case 0: //NRG-500 $2000 { GetPlayerPos(playerid, x,y,z); // line 578 }
Plz tell me if its me doing something wrong or weather pawno is just being a pain in the bum...