any way to lose those? - 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: any way to lose those? (
/showthread.php?tid=381410)
any way to lose those? -
xMCx - 29.09.2012
Код:
C:\Users\IMCC\Desktop\SAMP\gamemodes\lol.pwn(746) : warning 202: number of arguments does not match definition
C:\Users\IMCC\Desktop\SAMP\gamemodes\lol.pwn(793) : warning 202: number of arguments does not match definition
C:\Users\IMCC\Desktop\SAMP\gamemodes\lol.pwn(881) : warning 202: number of arguments does not match definition
C:\Users\IMCC\Desktop\SAMP\gamemodes\lol.pwn(1027) : warning 202: number of arguments does not match definition
C:\Users\IMCC\Desktop\SAMP\gamemodes\lol.pwn(1027) : warning 202: number of arguments does not match definition
my cmds working but i hate the warnings ;c
Re: any way to lose those? -
.v - 29.09.2012
Show the line 746-1027/
Re: any way to lose those? -
VladCanarez - 29.09.2012
Show the line's please.
Re: any way to lose those? -
xMCx - 29.09.2012
heres a line
pawn Код:
GivePlayerWeapon(targetid, weapon);
it does work
Re: any way to lose those? -
gtakillerIV - 29.09.2012
We want the lines that don't work. The ones that give the errors on compile, so we can help you.
Re: any way to lose those? -
Necro[ABK] - 29.09.2012
GivePlayerWeapon(targetid, weapon, ammo); << you need the ammo parameter
Re: any way to lose those? -
.v - 29.09.2012
EDIT
Re: any way to lose those? -
xMCx - 29.09.2012
... u dont get it ,
1- those are warnings
2- the cmds working
3- i need to get lose of those warnings if its possible
Re: any way to lose those? -
Necro[ABK] - 29.09.2012
Quote:
Originally Posted by xMCx
... u dont get it ,
1- those are warnings
2- the cmds working
3- i need to get lose of those warnings if its possible
|
read my post noob ^^^
Re: any way to lose those? -
xMCx - 29.09.2012
Quote:
Originally Posted by Necro[ABK]
GivePlayerWeapon(targetid, weapon, ammo); << you need the ammo parameter
|
thanks.