Error while compiling
#1

Код:
if (strcmp("/izlaz", cmdtext, true, 10) == 0)
{
if (PlayerToPoint(8.0, playerid,286.148987,-40.644398,1001.569946))//ovde stavite xyz interijera
{
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid,2400.4590,-1981.2649,13.5469);//ovde stavite xyz ulaza
}
}
if (strcmp("/ulaz", cmdtext, true, 10) == 0)
{
if (PlayerToPoint(8.0, playerid,2400.4590,-1981.2649,13.5469))//XYZ Ulaza
{
SetPlayerInterior(playerid,1); //interijer gun shopa
SetPlayerPos(playerid,286.148987,-40.644398,1001.569946);//XYZ interijera Gun Shopa (uradjeno)
}
}
    return 1;
}
errors
Код:
C:\Users\PC\Desktop\Dejanovi folderi\Black Angeles Roleplay\gamemodes\BARP.pwn(317) : error 017: undefined symbol "PlayerToPoint"
C:\Users\PC\Desktop\Dejanovi folderi\Black Angeles Roleplay\gamemodes\BARP.pwn(325) : error 017: undefined symbol "PlayerToPoint"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
help
Reply


Messages In This Thread
Error while compiling - by Dejan12345 - 05.08.2016, 08:43
Re: Error while compiling - by Dejan12345 - 05.08.2016, 08:55
Re: Error while compiling - by ExTaZZ69 - 05.08.2016, 08:58
Re: Error while compiling - by Dejan12345 - 05.08.2016, 09:02
Re: Error while compiling - by Dejan12345 - 05.08.2016, 09:12
Re: Error while compiling - by AjaxM - 05.08.2016, 09:13
Re: Error while compiling - by PrO.GameR - 05.08.2016, 10:49

Forum Jump:


Users browsing this thread: 1 Guest(s)