.:[HELP]:. [I debugged this command, what is wrong?]
#7

Quote:
Originally Posted by player007
Okay, the problem is with this:
Код:
giveplayerid = ReturnUser(tmp);
It doesn't return the user ID correctly.
(Because this check fails:
Код:
if(giveplayerid != INVALID_PLAYER_ID)
since giveplayerid is equal to INVALID_PLAYER_ID, which is 255.)
i changed

if(giveplayerid != INVALID_PLAYER_ID)

to

if(giveplayerid == INVALID_PLAYER_ID)

Right?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)