07.12.2012, 19:02
Peguei o gm do brasil optmised life e tentei juntar ele, pois ele e dividido
ai quando juntei adicionei as linhas certinhas e tals
sу que deu um erro
Linha:
ja troquei a include e tals tentei de todo geito mais n consegui
ai quando juntei adicionei as linhas certinhas e tals
sу que deu um erro
Код:
C:\Users\Banga\Desktop\gm bgh2.pwn(9910) : error 029: invalid expression, assumed zero C:\Users\Banga\Desktop\gm bgh2.pwn(9910) : error 017: undefined symbol "cmd_carteira" C:\Users\Banga\Desktop\gm bgh2.pwn(9910) : error 029: invalid expression, assumed zero C:\Users\Banga\Desktop\gm bgh2.pwn(9910) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { new STR[180]; new Nome[MAX_PLAYER_NAME]; new OutroNome[MAX_PLAYER_NAME]; new ID; new Quantia; CMD:carteira(playerid, params[]) { new text1[20], text2[20], text3[20], text4[20], text5[20]; if(PlayerInfo[playerid][pCarLic]){ text1 = "Sim";} else {text1 = "Nгo";} if(PlayerInfo[playerid][pFlyLic]){ text4 = "Sim";} else {text4 = "Nгo";} if(PlayerInfo[playerid][pBoatLic]){ text2 = "Sim";} else {text2 = "Nгo";} if(PlayerInfo[playerid][pFishLic]){ text3 = "Sim";} else {text3 = "Nгo";} if(PlayerInfo[playerid][pGunLic]){ text5 = "Sim";} else {text5 = "Nгo";} SendClientMessage(playerid, COLOR_WHITE, "{B5B5B5}|_"AbreviaturaServidor2"_|Licenзas|_"AbreviaturaServidor2"_|"); format(STR, sizeof(STR), "Motorista:{de1480} %s.", text1); SendClientMessage(playerid, 0x33FF00FF, STR); format(STR, sizeof(STR), "Voo:{de1480} %s.", text4); SendClientMessage(playerid, 0x33FF00FF, STR); format(STR, sizeof(STR), "Navegacao:{de1480} %s.", text2); SendClientMessage(playerid, 0x33FF00FF, STR); format(STR, sizeof(STR), "Pesga Legal:{de1480} %s.", text3); SendClientMessage(playerid, 0x33FF00FF, STR); format(STR, sizeof(STR), "Porte de Armas:{de1480} %s.", text5); SendClientMessage(playerid, 0x33FF00FF, STR); return 1; }
ja troquei a include e tals tentei de todo geito mais n consegui