4 Errors
#1

Код:
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]);
Reply
#2

Try this
Код:
format(string,sizeof(string),"Cash: $%d", PlayerInfo[playerid][pMoney]);
Reply
#3

It worked thanks a ton sir! +rep for ya!
Reply
#4

Quote:
Originally Posted by NoahF
Посмотреть сообщение
It worked thanks a ton sir! +rep for ya!
No problem, thanks you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)