How to check true or false
#5

ERRORS:
Quote:

D:\Edvinas\RPG\gamemodes\RPG.pwn(39) : error 021: symbol already defined: "Naujokas"
D:\Edvinas\RPG\gamemodes\RPG.pwn(86) : error 028: invalid subscript (not an array or too many subscripts): "Naujokas"
D:\Edvinas\RPG\gamemodes\RPG.pwn(86) : warning 215: expression has no effect
D:\Edvinas\RPG\gamemodes\RPG.pwn(86) : error 001: expected token: ";", but found "]"
D:\Edvinas\RPG\gamemodes\RPG.pwn(86) : error 029: invalid expression, assumed zero
D:\Edvinas\RPG\gamemodes\RPG.pwn(86) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


5 Errors.

Quote:

new bool:Naujokas[MAX_PLAYERS];

Quote:

public OnPlayerSpawn(playerid)
{
if(Naujokas[playerid]==true)
{

}
return 1;
}
Reply


Messages In This Thread
How to check true or false - by EdvinasStudio - 04.05.2013, 18:19
Re: How to check true or false - by GoldZoroGrab - 04.05.2013, 18:21
Re: How to check true or false - by DaRk_RaiN - 04.05.2013, 18:22
Re: How to check true or false - by RajatPawar - 04.05.2013, 18:26
Re: How to check true or false - by EdvinasStudio - 04.05.2013, 18:27
Re: How to check true or false - by EdvinasStudio - 04.05.2013, 18:50
Re: How to check true or false - by Faisal_khan - 04.05.2013, 18:51
Re: How to check true or false - by EdvinasStudio - 04.05.2013, 18:54

Forum Jump:


Users browsing this thread: 1 Guest(s)