Waring.... Weee...
#1

How can i get rid of the error?

Код:
C:\Users\Robert\Desktop\VortexRoleplay\gamemodes\VortexRoleplay.pwn(9789) : warning 219: local variable "string" shadows a variable at a preceding level
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
pawn Код:
new pname[MAX_PLAYER_NAME], string[22 + MAX_PLAYER_NAME];
    GetPlayerName(playerid, pname, sizeof(pname));
    format(string, sizeof(string), "%s has joined the server", pname);
    SendClientMessageToAll(0xAAAAAAAA, string);
Reply


Messages In This Thread
Waring.... Weee... - by robert4049 - 29.07.2010, 01:22
Re: Waring.... Weee... - by Rocky Balboa - 29.07.2010, 01:37
Re: Waring.... Weee... - by Carlton - 29.07.2010, 03:47
Re: Waring.... Weee... - by Las Venturas CNR - 29.07.2010, 04:53
Re: Waring.... Weee... - by Carlton - 29.07.2010, 05:14
Re: Waring.... Weee... - by Las Venturas CNR - 29.07.2010, 05:30
Re: Waring.... Weee... - by Carlton - 29.07.2010, 05:45
Re: Waring.... Weee... - by Las Venturas CNR - 29.07.2010, 05:46
Re: Waring.... Weee... - by John_F - 29.07.2010, 06:55

Forum Jump:


Users browsing this thread: 4 Guest(s)