[Ajuda] Convertendo strcmp para zcmd
#1

Eu estava convertendo uns comandos com o app do rjjj e deus varios warings assim
pawn Код:
local variable "vehicleid" shadows a variable at a preceding level
local variable "tmp" shadows a variable at a preceding level
local variable "cmd" shadows a variable at a preceding level
local variable "idx" shadows a variable at a preceding level
local variable "giveplayer" shadows a variable at a preceding level
local variable "sendername" shadows a variable at a preceding level
eu coloquei emcima da parte dos comandos isso
pawn Код:
new cmd[256];
    new idx;
    new tmp[256];
    new giveplayer[MAX_PLAYER_NAME+1];
    new sendername[MAX_PLAYER_NAME+1];
    new vehicleid;
    new giveplayerid;
    new dancestyle;
sгo muitos warings
Reply


Messages In This Thread
Convertendo strcmp para zcmd - by _Play_ - 07.10.2014, 19:58
Re: Convertendo strcmp para zcmd - by DavidCosta - 07.10.2014, 21:34
Re: Convertendo strcmp para zcmd - by _Play_ - 07.10.2014, 23:51
Re: Convertendo strcmp para zcmd - by DavidCosta - 08.10.2014, 05:16
Re: Convertendo strcmp para zcmd - by _Play_ - 08.10.2014, 16:28
Re: Convertendo strcmp para zcmd - by Artista - 08.10.2014, 17:15
Re: Convertendo strcmp para zcmd - by _Play_ - 08.10.2014, 18:22

Forum Jump:


Users browsing this thread: 2 Guest(s)