4 Errors - 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: 4 Errors (
/showthread.php?tid=447939)
4 Errors -
NoahF - 02.07.2013
Код:
C:\Users\Noah\Desktop\DM Server\gamemodes\NewDMNoah.pwn(51) : error 028: invalid subscript (not an array or too many subscripts): "pInfo"
C:\Users\Noah\Desktop\DM Server\gamemodes\NewDMNoah.pwn(51) : warning 215: expression has no effect
C:\Users\Noah\Desktop\DM Server\gamemodes\NewDMNoah.pwn(51) : error 001: expected token: ";", but found "]"
C:\Users\Noah\Desktop\DM Server\gamemodes\NewDMNoah.pwn(51) : error 029: invalid expression, assumed zero
C:\Users\Noah\Desktop\DM Server\gamemodes\NewDMNoah.pwn(51) : fatal error 107: too many error messages on one line
Line 51:
Код:
format(string,sizeof(string),"Cash: $%d",pInfo[playerid][pMoney]);
Re: 4 Errors -
niconhan - 02.07.2013
Try this
Код:
format(string,sizeof(string),"Cash: $%d", PlayerInfo[playerid][pMoney]);
Re: 4 Errors -
NoahF - 02.07.2013
It worked thanks a ton sir! +rep for ya!
Re: 4 Errors -
niconhan - 02.07.2013
Quote:
Originally Posted by NoahF
It worked thanks a ton sir! +rep for ya! 
|
No problem, thanks you