Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: [Samp-School]Vaskeâ„¢ poslato Maj 23, 2012, 17:13:57 POSLE PODNE

Naslov: [Pomoc] Erori
Poruka od: [Samp-School]Vaskeâ„¢ poslato Maj 23, 2012, 17:13:57 POSLE PODNE
Imam problem sa jednom FS

C:\Documents and Settings\User\Desktop\neon.pwn(61) : error 017: undefined symbol "PlayerInfo"
C:\Documents and Settings\User\Desktop\neon.pwn(61) : warning 215: expression has no effect
C:\Documents and Settings\User\Desktop\neon.pwn(61) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\User\Desktop\neon.pwn(61) : error 029: invalid expression, assumed zero
C:\Documents and Settings\User\Desktop\neon.pwn(61) : 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.


Evo vam linija 61:

public OnPlayerCommandText(playerid, cmdtext[])
{
    new cartype = GetPlayerVehicleID(playerid);
new State=GetPlayerState(playerid);

if (strcmp(cmdtext, "/neon", true)==0)
    {
    if(IsPlayerConnected(playerid))
    {
      if(PlayerInfo[playerid][pAdmin] < 1)
}
Naslov: Odg: [Pomoc] Erori
Poruka od: Chuck:) poslato Maj 23, 2012, 17:23:54 POSLE PODNE
Nisi definirao PlayerInfo...
Naslov: Odg: [Pomoc] Erori
Poruka od: [Samp-School]Vaskeâ„¢ poslato Maj 23, 2012, 18:09:28 POSLE PODNE
Pa nez kako to da uradim  :( mala pomoc plzz
Naslov: Odg: [Pomoc] Erori
Poruka od: propalica2131231 poslato Maj 23, 2012, 18:23:13 POSLE PODNE
Citat: ♥Chuck♥ poslato Maj 23, 2012, 17:23:54 POSLE PODNE
Nisi definirao PlayerInfo...
ima definirano garant
@
negdje ti nedostaje ;