errors
#1

PHP код:
public StatusUpdater()
{
        new 
killboxstring[256];
        
format(killboxstring,256,"Score:%d~n~~n~ping:%d"GetPlayerScore(i),GetPlayerPing(i));
        
TextDrawSetString(Status2[i], killboxstring);

Quote:

error 017: undefined symbol "i"
error 017: undefined symbol "i"

Reply
#2

either make a
Код:
new i = playerid
or replace every
Код:
 i
with
Код:
playerid
Reply
#3

i have tested that, it doesen't works, but thanks.

anyway solved the problem i searched in the gm
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)