[Ajuda] bCMD
#4

uiii,
pawn Код:
C:\Users\Marli\Downloads\Compressed\samp03e_svr_R2_win32\gamemodes\zombie.pwn(293) : warning 203: symbol is never used: "veh"
mais dentro do jogo o comando continua sem funcionar..

pawn Код:
bcmd:veh(playerid, params[])
{
    new veiculo, cor, cor1;
    new Float:x, Float:y, Float:z;
    if(sscanf(params, "iii" veiculo, cor, cor1)) return SendClientMessage(playerid, -1, "use..");
    GetPlayerPos(playerid, x, y, z);
    CreateVehicle(veiculo, x, y, z, 0, cor, cor1, 99999);
    PutPlayerInVehicle(playerid, 1)
    return 0;
}
fis bem simples para testar.. mais nao vae =[
Reply


Messages In This Thread
bCMD - by Wallker - 17.08.2012, 22:50
Re: bCMD - by .FuneraL. - 17.08.2012, 23:10
Re: bCMD - by DartakousLien - 17.08.2012, 23:11
AW: bCMD - by Wallker - 17.08.2012, 23:14
Re: AW: bCMD - by .FuneraL. - 17.08.2012, 23:15
AW: bCMD - by Wallker - 17.08.2012, 23:16

Forum Jump:


Users browsing this thread: 1 Guest(s)