30.06.2013, 13:36
Replace that
by
cuz its a string value in the case of strval(params);
and string value can be anything less than 0 or more than 0 or 0 itself
And The case of getting playerid less than 0 you have already put a code that if the player is conncted as -1 , -2 are invalid / not connected players it will provide error
pawn Код:
new pID;
pawn Код:
new pID = strval(params);
and string value can be anything less than 0 or more than 0 or 0 itself
And The case of getting playerid less than 0 you have already put a code that if the player is conncted as -1 , -2 are invalid / not connected players it will provide error