16.02.2016, 11:04
(
Последний раз редактировалось BlazeOfGlory; 17.02.2016 в 12:47.
)
Hello Guys
My Problem i made the Checkpoints its good when im #Enter / But when im Exit not load fast idk why im in checkpoints exit stay and not move to out why ? enter working good but exit no what is wrong to not exit ?
this Exit
this #Enter its working very good
Why its not working good like #Enter
Help Me Please :*
This Full Code For ExBruger
why its not out to this Pos
?
not there somthings wrong in code!
https://www.youtube.com/watch?v=xonO...ature=********* Watch
My Problem i made the Checkpoints its good when im #Enter / But when im Exit not load fast idk why im in checkpoints exit stay and not move to out why ? enter working good but exit no what is wrong to not exit ?
this Exit
PHP код:
if(checkpointid == ExBurger50)
{
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid,1208.7490,-917.7995,43.0514);
SetPlayerVirtualWorld(playerid,0);
SetCameraBehindPlayer(playerid);
}
PHP код:
if(checkpointid == Burger50)
{
if(!IsPlayerInAnyVehicle(playerid))
{
SetPlayerInterior(playerid, 10);
SetPlayerPos(playerid, 365.6372,-72.8421,1001.5078);
SetPlayerVirtualWorld(playerid,50);
}
}
Help Me Please :*
This Full Code For ExBruger
PHP код:
new ExBurger50;
PHP код:
ExBurger50 = CreateDynamicCP(362.8540,-75.1511,1001.5078,1.0,50);
PHP код:
if(checkpointid == ExBurger50)
{
if(!IsPlayerInAnyVehicle(playerid))
{
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid,1208.7490,-917.7995,43.0514);
SetPlayerVirtualWorld(playerid,0);
SetCameraBehindPlayer(playerid);
}
}
PHP код:
1208.7490,-917.7995,43.0514
not there somthings wrong in code!
https://www.youtube.com/watch?v=xonO...ature=********* Watch