23.10.2011, 16:08
Quote:
Well looking at some more of your code it would appear that the variable that stores your characters name is:
pawn Код:
pawn Код:
|
(3250) : error 029: invalid expression, assumed zero
(3250) : warning 215: expression has no effect
(3250) : warning 215: expression has no effect
(3250) : error 001: expected token: ";", but found ")"
(3250) : error 029: invalid expression, assumed zero
(3250) : fatal error 107: too many error messages on one line
EDIT: What I think I need to do is add
pawn Код:
RemovePlayerUnderscoreString(Character[playerid][cName]));
EDIT: Got rid of errors gonna check if it works