[Ajuda] Ajuda...
#1

Nгo sei o que acontece, passei todos os comandos do meu GM pra ZCMD e SSCANF, e sei la, quando compilo, nas partes onde chamo os comandos, retorna o erro de que nгo estгo definidos...
segue o code
PHP код:
C:\Users\user\Desktop\NewLife RPG\gamemodes\BPH.pwn(18624) : error 017undefined symbol "cmd_banco" 
Comando....
PHP код:
CMD:banco(playerid)
{
    if(
PlayerToPoint(1.0playerid,1497.8358,-1749.0021,15.4453) || PlayerToPoint(1.0,playerid,1345.4557,-1758.3020,13.5156) || PlayerToPoint(1.0,playerid,1832.3022,-1848.6227,13.5781) || PlayerToPoint(1.0,playerid,1000.4091,-925.4142,42.3281) || PlayerToPoint(1.0,playerid,1929.5000,-1784.3712,13.5469) || PlayerToPoint(1.0,playerid,2428.1677,-1220.3994,25.3969) || PlayerToPoint(1.0,playerid,937.1024,-1735.7161,13.5546) || PlayerToPoint(1.0,playerid,1366.3021,-1275.5129,13.5469)
    || 
PlayerToPoint(1.0,playerid,1139.2632,-1522.4703,15.7969) || PlayerToPoint(1.0,playerid,948.7889,-914.9950,45.4502) || PlayerToPoint(1.0,playerid,1590.2261,-2299.3030,-1.2109) || PlayerToPoint(1.0,playerid,1017.5159,-1122.8992,23.8644) || PlayerToPoint(1.0,playerid,2306.4993,-10.6648,26.7422) || PlayerToPoint(1.0,playerid,2313.5847,-16.4986,26.7496))
    {
        
TogglePlayerControllable(playerid0);
        
ShowPlayerDialog(playerid,1125,DIALOG_STYLE_LIST,"Banco","Depositar\nSacar\nSaldo\nTransferir","Ok","Cancelar");
    }
    else
    {
        
SendClientMessage(playeridCOLOR_GREY" Vocк nгo estб em um banco.");
    }
    
1;

--'
Reply


Messages In This Thread
Ajuda... - by Wellington1999 - 22.08.2015, 08:08
Re: Ajuda... - by 99fe3rnando - 22.08.2015, 08:34
Re: Ajuda... - by Wellington1999 - 22.08.2015, 08:36
Re: Ajuda... - by 99fe3rnando - 22.08.2015, 08:39
Re: Ajuda... - by Wellington1999 - 22.08.2015, 08:42
Re: Ajuda... - by 99fe3rnando - 22.08.2015, 08:46
Re: Ajuda... - by Wellington1999 - 22.08.2015, 08:53
Re: Ajuda... - by Boot - 22.08.2015, 09:00
Re: Ajuda... - by Wellington1999 - 22.08.2015, 09:09
Re: Ajuda... - by Marlon307 - 22.08.2015, 10:51

Forum Jump:


Users browsing this thread: 1 Guest(s)