[Ajuda] Problema "/veh"
#4

pawn Код:
C:\Users\Wallace\Desktop\GM BVS\filterscripts\VehVipJim.pwn(71) : warning 219: local variable "veiculo" shadows a variable at a preceding level
C:\Users\Wallace\Desktop\GM BVS\filterscripts\VehVipJim.pwn(75) : warning 219: local variable "color1" shadows a variable at a preceding level
C:\Users\Wallace\Desktop\GM BVS\filterscripts\VehVipJim.pwn(77) : warning 219: local variable "color2" shadows a variable at a preceding level
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


3 Warnings.
pawn Код:
new veiculo = strval(tmp);//71
        if(veiculo < 400 || veiculo > 611) return SendClientMessage(playerid, 0xFF3300AA, "| ERRO | Somente veнculos entre os ID: 400 б 611");
        tmp = strtok(cmdtext, idx);
        if(!strlen(tmp)) return SendClientMessage(playerid, 0xFF3300AA, "| ERRO | Uso correto: /veh [id veнculo] [cor1] [cor2]");
        new color1 = strval(tmp);//75
        tmp = strtok(cmdtext, idx);
        new color2 = strval(tmp);//77
Reply


Messages In This Thread
[Ajuda] Problema "/veh" - by wallacematheus - 04.11.2011, 22:22
Re: [Ajuda] Problema "/veh" - by steki. - 04.11.2011, 22:31
Re: [Ajuda] Problema "/veh" - by Lуs - 05.11.2011, 00:30
Re: [Ajuda] Problema "/veh" - by wallacematheus - 05.11.2011, 01:08
Re: [Ajuda] Problema "/veh" - by Dolby - 05.11.2011, 01:13

Forum Jump:


Users browsing this thread: 1 Guest(s)