little warning
#1

Hi, this is the warning:
Код:
C:\Users\Mitchell\Desktop\server\gamemodes\SumoGM.pwn(1604) : warning 219: local variable "string" shadows a variable at a preceding level
And here is the part with the problem:
pawn Код:
if(cars[playerid]>0){
    new string[128];//1604
    cars[playerid]--;
    format(string,sizeof(string),"It worked! You still have %i cars left!",cars[playerid]);
    SendClientMessage(playerid,COLOR_LIGHTGREEN,string);}
Reply


Messages In This Thread
little warning - by mitchboy - 26.02.2012, 13:54
Re: little warning - by coole210 - 26.02.2012, 14:02
Re: little warning - by mitchboy - 26.02.2012, 14:20

Forum Jump:


Users browsing this thread: 1 Guest(s)