ERROR! PLEASE HELP
#4

pawn Код:
new pName[MAX_PLAYER_NAME];
to:
pawn Код:
new pNamee[MAX_PLAYER_NAME]
and
pawn Код:
GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
to:
pawn Код:
GetPlayerName(playerid,pNamee,MAX_PLAYER_NAME);
The warning just means that you already have a variable called 'pName'. Just call it differently.
Reply


Messages In This Thread
ERROR! PLEASE HELP - by domce200 - 04.02.2011, 18:02
Re: ERROR! PLEASE HELP - by admantis - 04.02.2011, 18:04
Re: ERROR! PLEASE HELP - by domce200 - 04.02.2011, 18:12
Re: ERROR! PLEASE HELP - by Jeffry - 04.02.2011, 18:29
Re: ERROR! PLEASE HELP - by domce200 - 04.02.2011, 18:42

Forum Jump:


Users browsing this thread: 1 Guest(s)