[Duda] Necesito ayuda
#8

Quote:
Originally Posted by murdoxix
Посмотреть сообщение
En
pawn Код:
public OnPlayerSpawn(playerid)
pawn Код:
public OnPlayerSpawn

        if (gTeam[playerid] == equipo_vagos)
    {
    SetPlayerPos(playerid, POS);
    SetPlayerColor(playerid,COLOR_VAGOS);
    GivePlayerWeapon(playerid,27,500);
    GivePlayerWeapon(playerid,31,1000);
    GivePlayerWeapon(playerid,24,200);
    SetPlayerTeam(playerid,1);
    GivePlayerWeapon(playerid,16,10);
    }
   
        if (gTeam[playerid] == equipo_aztecas)
    {
    SetPlayerPos(playerid, POS);
    SetPlayerColor(playerid,COLOR_AZTECAS);
    SetPlayerFacingAngle(playerid,182.4269);
    GivePlayerWeapon(playerid,24,500);
    GivePlayerWeapon(playerid,28,800);
    SetPlayerTeam(playerid,2);
    GivePlayerWeapon(playerid,31,1000);
    }
   
    return 1;
їCorrecto?

pawn Код:
C:\Archivos de programa\Rockstar Games\GTA San Andreas\gamemodes\grandlarc.pwn(141) : error 017: undefined symbol "gTeam"
C:\Archivos de programa\Rockstar Games\GTA San Andreas\gamemodes\grandlarc.pwn(141) : warning 215: expression has no effect
C:\Archivos de programa\Rockstar Games\GTA San Andreas\gamemodes\grandlarc.pwn(141) : error 001: expected token: ";", but found "]"
C:\Archivos de programa\Rockstar Games\GTA San Andreas\gamemodes\grandlarc.pwn(141) : error 029: invalid expression, assumed zero
C:\Archivos de programa\Rockstar Games\GTA San Andreas\gamemodes\grandlarc.pwn(141) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
Reply


Messages In This Thread
[Duda] Necesito ayuda - by EduGTA - 02.04.2011, 15:28
Re: [Duda] Necesito ayuda - by murdoxix - 02.04.2011, 15:41
Respuesta: [Duda] Necesito ayuda - by Bastian_Rivera - 02.04.2011, 15:56
Re: [Duda] Necesito ayuda - by murdoxix - 02.04.2011, 16:01
Respuesta: [Duda] Necesito ayuda - by Bastian_Rivera - 02.04.2011, 17:57
Re: [Duda] Necesito ayuda - by EduGTA - 02.04.2011, 18:10
Re: [Duda] Necesito ayuda - by murdoxix - 02.04.2011, 21:40
Re: [Duda] Necesito ayuda - by EduGTA - 02.04.2011, 21:47
Respuesta: Re: [Duda] Necesito ayuda - by Lunnatiicz - 02.04.2011, 21:51
Re: Respuesta: Re: [Duda] Necesito ayuda - by EduGTA - 02.04.2011, 21:55

Forum Jump:


Users browsing this thread: 1 Guest(s)