SA-MP Forums Archive
Help pls - 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 pls (/showthread.php?tid=472050)



Help pls - Deci - 26.10.2013

Код:
C:\Documents and Settings\2012\My Documents\house.pwn(2035) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.



Re: Help pls - park4bmx - 26.10.2013

need code


Re: Help pls - ***Niko*** - 26.10.2013

part of code?


Re: Help pls - Deci - 26.10.2013

2035 Line:

Код:
INT_GetPlayerMoney(playerid, -ABuyableVehicles[i][Price]);



Re: Help pls - Konstantinos - 26.10.2013

Is this supposed to be server-side money and using INT_GetPlayerMoney for giving money to players?

You need to show us INT_GetPlayerMoney, because it seems it does not have only 2 parameters.