SA-MP Forums Archive
Help what wrong - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help what wrong (/showthread.php?tid=292176)



Help what wrong - TheLonelyBeast - 22.10.2011

Код:
AddPlayerClass(255, 1914.8113, -2269.3167, 13.5469, 192.4394, 46, 1000, 0, 0, 0, 0,);
Код:
error 029: invalid expression, assumed zero
warning 202: number of arguments does not match definition
error 001: expected token: ",", but found ";"



Re: Help what wrong - SuperViper - 22.10.2011

pawn Код:
AddPlayerClass(255, 1914.8113, -2269.3167, 13.5469, 192.4394, 46, 1000, 0, 0, 0, 0);



Re: Help what wrong - TheLonelyBeast - 23.10.2011

what number is unlimted ammo?


Re: Help what wrong - Yamoo - 23.10.2011

There is no such thing as unlimited exactly, just set the ammunation to 9999 or what so ever.


Re: Help what wrong - TheLonelyBeast - 23.10.2011

thanks


Re: Help what wrong - Yamoo - 23.10.2011

No problem pal.


Re: Help what wrong - TheLonelyBeast - 23.10.2011

One more thing how can i can parachute ammo just now i did 9999 it didnt had only had 1 parachute how can i i increased the ammo


Re: Help what wrong - Yamoo - 23.10.2011

I believe parachute's ammo is different, you may only hold one at a time.


Re: Help what wrong - TheLonelyBeast - 23.10.2011

Ok Thanks I will give Rep


Re: Help what wrong - TheLonelyBeast - 23.10.2011

Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_WHITE"Type your password below to login.","Login","Quit");
Код:
error 001: expected token: "-string end-", but found "-identifier-"
error 017: undefined symbol "COL_WHITE"
warning 215: expression has no effect
error 001: expected token: "-string end-", but found "-identifier-"
fatal error 107: too many error messages on one line