undefined
#7

no man thats not what I meant. if you use this for example:
pawn Код:
public example()
{
new var=26;
code code code
}
and then try to use variable var here:
pawn Код:
CMD:fire(playerid, params[])
{
GivePlayerWeapon(playerid, var, 500);
return 1;
}
you will receive message that var is undefined while you think that you did define it.
Reply


Messages In This Thread
undefined - by Nivniv2 - 17.05.2013, 22:10
AW: undefined - by HurtLocker - 17.05.2013, 22:15
Re: undefined - by Rillo - 17.05.2013, 22:16
Re: AW: undefined - by Nivniv2 - 17.05.2013, 22:16
AW: undefined - by HurtLocker - 17.05.2013, 22:17
Re: AW: undefined - by Nivniv2 - 17.05.2013, 23:15
AW: undefined - by HurtLocker - 17.05.2013, 23:25

Forum Jump:


Users browsing this thread: 1 Guest(s)