16.09.2009, 12:38
Okay, the problem is with this:
It doesn't return the user ID correctly.
(Because this check fails:
since giveplayerid is equal to INVALID_PLAYER_ID, which is 255.)
Код:
giveplayerid = ReturnUser(tmp);
(Because this check fails:
Код:
if(giveplayerid != INVALID_PLAYER_ID)