Expression :3
#1

Код:
(Line 4025) format(str, sizeof(str), ""WHITE"%s(%d) has purchased Health for 10 cookies!", GetName[playerid], playerid);
					SendClientMessageToAll(-1, str);
(4025) : error 028: invalid subscript (not an array or too many subscripts): "GetName"
(4025) : warning 215: expression has no effect
(4025) : error 001: expected token: ";", but found "]"
(4025) : error 029: invalid expression, assumed zero
(4025) : fatal error 107: too many error messages on one line
Reply
#2

Change GetName[playerid] to GetName(playerid).
Reply
#3

Fixed ~
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)