Undefined symbol
#1

I got this error:


Код:
C:\Users\Nikola\Desktop\SAIMP\WeaponShop.pwn(374) : error 017: undefined symbol "x"
C:\Users\Nikola\Desktop\SAIMP\WeaponShop.pwn(376) : error 017: undefined symbol "x"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
This is the whole thing.
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/ammu", cmdtext, true, 5) == 0)
	{
	    SetPlayerInterior(playerid, 6);
		SetPlayerPos(playerid, 316.524993,-167.706985,999.593750);
		return 1;
	}
	if (strcmp("/return", cmdtext, true, 5) == 0)
	{
	    GetPlayerPos(playerid, x, y, z);
	    SetPlayerInterior(playerid, 0);
	    SetPlayerPos(playerid, x, y, z);
	}
	return 0;
}
I need help asap
Reply


Messages In This Thread
Undefined symbol - by TheKnown - 18.10.2014, 18:24
Re: Undefined symbol - by TheNerka - 18.10.2014, 18:26
Re: Undefined symbol - by 0x41726d79 - 18.10.2014, 18:27
Re: Undefined symbol - by TheNerka - 18.10.2014, 18:30
Re: Undefined symbol - by zaibaslr2 - 18.10.2014, 18:37
Re: Undefined symbol - by 0x41726d79 - 18.10.2014, 18:46
Re: Undefined symbol - by TheKnown - 18.10.2014, 18:46
Re: Undefined symbol - by TheKnown - 18.10.2014, 18:51
Re: Undefined symbol - by RockyGamer - 18.10.2014, 18:55
Re: Undefined symbol - by 0x41726d79 - 18.10.2014, 18:56

Forum Jump:


Users browsing this thread: 2 Guest(s)