little warning
#2

Remove

pawn Код:
new string[128];
It is already defined somewhere in your script.

OR

You can change the name of string.

pawn Код:
if(cars[playerid]>0){
    new string2[128];//1604
    cars[playerid]--;
    format(string2,sizeof(string2),"It worked! You still have %i cars left!",cars[playerid]);
    SendClientMessage(playerid,COLOR_LIGHTGREEN,string2);}
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)