undefined symbol.
#2

:3 Its because :3 you defined a variable :3 locally :3 and tried using it :3 globally :3 so instead :3 you should move the line :3
Код:
new none, SAPD, SAMD, SANA, SAGS;
from under :3 the cmd :3 to the top of the script :3 like so :3
instead of :3
Код:
CheckPlayerFactName(playerid) 
{ 
    new fact = pInfo[playerid][pFaction]; 
    new none, SAPD, SAMD, SANA, SAGS;
it should be :3

Код:
new none, SAPD, SAMD, SANA, SAGS; // Top of the script
CheckPlayerFactName(playerid) 
{ 
    new fact = pInfo[playerid][pFaction];
Reply


Messages In This Thread
undefined symbol. - by KinxpIn - 31.12.2018, 17:09
Re: undefined symbol. - by RogueDrifter - 31.12.2018, 17:13
Re: undefined symbol. - by KinxpIn - 31.12.2018, 17:14
Re: undefined symbol. - by RogueDrifter - 31.12.2018, 17:15
Re: undefined symbol. - by KinxpIn - 31.12.2018, 17:41

Forum Jump:


Users browsing this thread: 1 Guest(s)