Can't use a specific interior (compiling errors)
#1

Hi!


Why can't I use this teleport?

0 11 2003.1178 1015.1948 33.008 351.5789 (for Four Dragons' Managerial Suite)

With SetPlayerPos?..

I will just get those errors:

Код:
D:\Davids\Scripting\Server Las Venturas\LV.pwn(2293) : error 001: expected token: ",", but found "-rational value-"
D:\Davids\Scripting\Server Las Venturas\LV.pwn(2293) : warning 215: expression has no effect
D:\Davids\Scripting\Server Las Venturas\LV.pwn(2293) : error 001: expected token: ";", but found "-rational value-"
D:\Davids\Scripting\Server Las Venturas\LV.pwn(2293) : warning 215: expression has no effect
D:\Davids\Scripting\Server Las Venturas\LV.pwn(2293) : error 001: expected token: ";", but found "-rational value-"
D:\Davids\Scripting\Server Las Venturas\LV.pwn(2293) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
My code:

pawn Код:
if(pickupid == CasinoStaff)SetPlayerPos(playerid,2003.1178 1015.1948 33.008 351.5789);

Edit: I posted wrong coords, as I didn't saw they looked wrong as I it were night.

Anyway: I have tierd with right coordinates now:

pawn Код:
SetPlayerPos(playerid,2003.1178,1015.1948,33.008);
SetPlayerInterior(playerid,11); //Also tired with 10.
Still won't work though.
Reply


Messages In This Thread
Can't use a specific interior (compiling errors) - by davve95 - 21.03.2014, 21:00
Re: Can't - by Carxi - 21.03.2014, 21:02
Re: Can't use a specific interior (compiling errors) - by davve95 - 21.03.2014, 22:05
Re: Can't use a specific interior (compiling errors) - by MP2 - 21.03.2014, 22:37
Re: Can't use a specific interior (compiling errors) - by davve95 - 22.03.2014, 19:33
Re: Can't use a specific interior (compiling errors) - by SaltySandy - 25.03.2014, 10:50
Re: Can't use a specific interior (compiling errors) - by davve95 - 25.03.2014, 16:49

Forum Jump:


Users browsing this thread: 1 Guest(s)