10.03.2011, 08:45
ok, im making Vehicle menu, it works perfectly but when i added other menu, it won't work again..
So, I make it just like it was pefore, and i get 1 ERROR
This is my /veh menu code:
This is the Problem
Line ( 128 ) = ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Veh icles",.....etc
So, I make it just like it was pefore, and i get 1 ERROR
This is my /veh menu code:
Код:
if (strcmp("/veh", cmdtext,true)==0) { ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Vehicles","1.Elegy\n2.Hotring Racer\n3.Super GT\n4.Bullet\n5.Police LSPD\n6.Firetruck LA","Spawn","Exit"); return 1; }
Код:
Spawn.pwn(128) : error 017: undefined symbol "ShowPlayerDialog"