[CP]Help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [CP]Help (
/showthread.php?tid=552790)
[CP]Help -
Desha1 - 26.12.2014
Hello Guys
i Have Problem CP not showing only showing at FS i basic it in my GM not showing

i made it in fs frist time to no esey make it
i made it
PHP код:
#include <Streamer>
PHP код:
new Burger;
new ExBurger;
PHP код:
public OnGameModeInit()
{
Burger = CreateDynamicCP(2169.4087,2795.8264,10.8203,1.0);
ExBurger = CreateDynamicCP(1133.1589,-15.8213,1000.6797,1.0,16);
}
PHP код:
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
if(checkpointid == Burger)
{
if(!IsPlayerInAnyVehicle(playerid))
{
SetPlayerInterior(playerid, 6);
SetPlayerPos(playerid, -26.691598,-55.714897,1003.546875);
SetPlayerVirtualWorld(playerid,120);
}
}
return 1;
}
return 1;
}
PHP код:
public OnPlayerLeaveDynamicCP(playerid, checkpointid)
{
if(checkpointid == ExPizza60)
{
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid,1364.4866,249.7618,19.5669);
SetPlayerVirtualWorld(playerid,0);
SetCameraBehindPlayer(playerid);
}
return 1;
}
i Have Much but i basic 1 only

its working only in FS i add it to my GM not showing

help +rep
Re: [CP]Help -
Desha1 - 26.12.2014
please help me why not showing cp ?
Re: [CP]Help -
Desha1 - 26.12.2014
i try to fix
i open my gm on my host home its working in gm
but when i host my .AMX
its not showing the CP lol what i do now ?
Re: [CP]Help -
Desha1 - 26.12.2014
the Checkpoints And Object Not Showing at My GM in Host

but in My Host Home its There
Why in The Host not showing the object and Checkpoints
Help Please+rep