[Ajuda] Erros
#1

Erros
pawn Код:
C:\Users\Huug\Desktop\Ics\gamemodes\RPG.pwn(27) : error 017: undefined symbol "pInfo"
C:\Users\Huug\Desktop\Ics\gamemodes\RPG.pwn(27) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Huuges\gamemodes\RPG.pwn(93) : warning 213: tag mismatch
C:\Users\Huug\Desktames\gamemodes\RPG.pwn(93) : warning 202: number of arguments does not match definition
C:\Users\Huug\Des\gamemodes\RPG.pwn(94) : warning 213: tag mismatch
C:\Users\Huug\De\gamemodes\RPG.pwn(94) : warning 202: number of arguments does not match definition
C:\Users\Huug\Des\gamemodes\RPG.pwn(170) : error 017: undefined symbol "pInt"
C:\Users\Huug\De\gamemodes\RPG.pwn(171) : error 017: undefined symbol "pLocal"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
Reply
#2

Esse forum ja foi mais ativo...Cade a galera pra ajudar?
Reply
#3

pawn Код:
enum pInfo {
pInfo, pInt,pLocal
}
new PlayerInfo[MAX_PLAYERS][pInfo];
Se isto for um gm tira isto :
PHP код:
#else 
#endif
#if defined FILTERSCRIPT 
Reply
#4

pawn Код:
#include                                                  <  a_samp   >
#include                                                  <   zcmd    >
#include                                                  <  sscanf   >
#include                                                  <  streamer >

#pragma tabsize 0 // Tira os Loose Identation

main()
{
    print("\nServer RPG");
    print("Blб Blб Blб");
    print("Ligado bla bla bla\n");
}

#define CINZA 0xAFAFAFAA
#define TempoRespawn 10000
forward PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z);
new PlayerInfo[MAX_PLAYERS][pInfo];


public OnGameModeInit()
{
    // Don't use these lines if it's a filterscript
    SetGameModeText("Hugo Matos");
    AddPlayerClass(0, 1127.0950,-2037.0344,69.8836, 269.3455, 0, 0, 0, 0, 0, 0);

return 1;
}
Reply
#5

Esses warinings..
pawn Код:
C:\Users\Huug\Desktop\Ice Games\gamemodes\RPG.pwn(97) : warning 213: tag mismatch
C:\Users\Huug\Desktop\Ice Games\gamemodes\RPG.pwn(97) : warning 202: number of arguments does not match definition
C:\Users\Huug\Desktop\Ice Games\gamemodes\RPG.pwn(98) : warning 213: tag mismatch
C:\Users\Huug\Desktop\Ice Games\gamemodes\RPG.pwn(98) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase
Reply
#6

Manda a Linha
95 Atй 99
Reply
#7

pawn Код:
AddStaticPickup(1318, 23, 1475.2426,-1749.4780,15.5578); //Entrar Pref
    AddStaticPickup(1318, 23, 390.0465,173.6781,1008.3828); //Sair Pref
    Create3DTextLabel("Prefeitura de LS\nAperte Enter Para Entrar",1475.2426,-1749.4780,15.5578,40.0,0);
    Create3DTextLabel("Prefeitura\nAperte Enter Para Sair",390.0465,173.6781,1008.3828,10.0,0);
Reply
#8

Код:
AddStaticPickup(1318, 23, 1475.2426,-1749.4780,15.5578, -1); //Entrar Pref
AddStaticPickup(1318, 23, 390.0465,173.6781,1008.3828, -1); //Sair Pref
Reply
#9

pawn Код:
Create3DTextLabel("Prefeitura de LS\nAperte Enter Para Entrar",1475.2426,-1749.4780,15.5578,40.0, 0, 0);
    Create3DTextLabel("Prefeitura\nAperte Enter Para Sair",390.0465,173.6781,1008.3828, 10.0, 0, 0);
Tag Mismatch nos dois.
Reply
#10

Quote:
Originally Posted by Hugo_Matos
Посмотреть сообщение
pawn Код:
Create3DTextLabel("Prefeitura de LS\nAperte Enter Para Entrar",1475.2426,-1749.4780,15.5578,40.0, 0, 0);
Create3DTextLabel("Prefeitura\nAperte Enter Para Sair",390.0465,173.6781,1008.3828, 10.0, 0, 0);
Tag Mismatch nos dois.
Faltam as cores...


Код:
Create3DTextLabel("Prefeitura de LS\nAperte Enter Para Entrar", -1,1475.2426, -1749.4780, 15.5578,40.0, 0, 0, 0);
Create3DTextLabel("Prefeitura\nAperte Enter Para Sair", -1, 390.0465, 173.6781, 1008.3828, 10.0, 0, 0, 0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)