undefined symbol.
#5

But, in this case isn't it if "fname = CheckPlayerFactName(playerid);"
The fname should match the faction name right? (SAPD, SAMD, etc)

I can just use "if", but I'm trying to use the "switch" method
So, I'd better use "switch, case" or "if"?

example
Код:
switch (string)
{
*     case SAPD:
}
//OR
if (string == SAPD)
{
    do something;
}
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: 4 Guest(s)