21.03.2014, 21:00
(
Последний раз редактировалось davve95; 23.03.2014 в 21:04.
)
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:
My code:
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:
Still won't work though.
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.
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.