SA-MP Forums Archive
help someone - 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 someone (/showthread.php?tid=386436)



help someone - Wonderweiss - 20.10.2012

why cant i get /drop cmd to work can someone help me i get this errors when compileing
Код:
C:\Users\Bojan\Desktop\backup\LVDM\filterscripts\WeaponDrop.pwn(231) : error 012: invalid function call, not a valid address
C:\Users\Bojan\Desktop\backup\LVDM\filterscripts\WeaponDrop.pwn(231) : warning 215: expression has no effect
C:\Users\Bojan\Desktop\backup\LVDM\filterscripts\WeaponDrop.pwn(231) : error 001: expected token: ";", but found ")"
C:\Users\Bojan\Desktop\backup\LVDM\filterscripts\WeaponDrop.pwn(231) : error 029: invalid expression, assumed zero
C:\Users\Bojan\Desktop\backup\LVDM\filterscripts\WeaponDrop.pwn(231) : fatal error 107: too many error messages on one line
line 231 is
Код:
      WeaponDrop(playerid);
pastebin :
http://pastebin.com/kDNuaFrs


Re: help someone - Wonderweiss - 20.10.2012

anyone ?


Re: help someone - Lutz - 20.10.2012

What are the lines above/below 231?

#EDIT: Sorry, didn't see the paste bin link.


Re: help someone - M3mPHi$_S3 - 21.10.2012

simply you dont need this just remove it becouse
PHP код:
ResetPlayerWeapons(playerid); 
will reset the player weapon so that no need of this !!!


Re: help someone - Wonderweiss - 21.10.2012

cuz thats the point of /drop to drop the weapons not to delete them