if (PlayerInfo[playerid][pGM] >= 1 || if PlayerInfo[playerid][pAdmin] >= 1) || if PlayerInfo[playerid][pSpecTeam] >= 1)
Eto to sam dodao i izbacilo mi error 029: invalid expression, assumed zero.
Ne treba ti to if if if vec samo if na pocetku
[pawn]if (PlayerInfo[playerid][pGM] >= 1 || PlayerInfo[playerid][pAdmin] >= 1) || PlayerInfo[playerid][pSpecTeam] >= 1)[/pawn]
:error 029: invalid expression, assumed zero
: warning 215: expression has no effect
: error 001: expected token: ";", but found ")"
: error 029: invalid expression, assumed zero
: fatal error 107: too many error messages on one line
Sad mi to izbaci
na istoj liniji?
Da
ajd posalji liniju,moguce da nisi lijepo kopirao,nesto si sjebao
if (PlayerInfo[playerid][pGM] >= 1 || PlayerInfo[playerid][pAdmin] >= 1) || PlayerInfo[playerid][pSpecTeam] >= 1)
Citat: #Rasta poslato April 29, 2018, 23:37:57 POSLE PODNE
if (PlayerInfo[playerid][pGM] >= 1 || PlayerInfo[playerid][pAdmin] >= 1) || PlayerInfo[playerid][pSpecTeam] >= 1)
[pawn]if (PlayerInfo[playerid][pGM] >= 1 || PlayerInfo[playerid][pAdmin] >= 1) || PlayerInfo[playerid][pSpecTeam] >= 1);[/pawn]
Copy paste ovo da vidimo radi li
Citat: Joey.pwN poslato April 29, 2018, 23:42:34 POSLE PODNE
[pawn]if (PlayerInfo[playerid][pGM] >= 1 || PlayerInfo[playerid][pAdmin] >= 1) || PlayerInfo[playerid][pSpecTeam] >= 1);[/pawn]
Copy paste ovo da vidimo radi li
Nece raditi :D ima ; na kraju
[pawn]if(PlayerInfo[playerid][pGM] >= 1 || PlayerInfo[playerid][pAdmin] >= 1) || PlayerInfo[playerid][pSpecTeam] >= 1)[/pawn]
Drz' ovo, sad bi trebalo da radi
Nece brt
Umjesto:
[pawn]if (PlayerInfo[playerid][pGM] >= 1 || PlayerInfo[playerid][pAdmin] >= 1) || PlayerInfo[playerid][pSpecTeam] >= 1)[/pawn]
Stavi ovo:
[pawn]if (PlayerInfo[playerid][pGM] >= 1 || PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pSpecTeam] >= 1)[/pawn]
E:\GameModovi\Kingstown Gaming\gamemodes\PGRPG.pwn(28544) : error 029: invalid expression, assumed zero
E:\GameModovi\Kingstown Gaming\gamemodes\PGRPG.pwn(28544) : warning 215: expression has no effect
E:\GameModovi\Kingstown Gaming\gamemodes\PGRPG.pwn(28544) : error 001: expected token: ";", but found ")"
E:\GameModovi\Kingstown Gaming\gamemodes\PGRPG.pwn(28544) : error 029: invalid expression, assumed zero
E:\GameModovi\Kingstown Gaming\gamemodes\PGRPG.pwn(28544) : 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.
aj posalji sve to sto radis tj. cmd