[CP]Help
#1

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(playeridcheckpointid)
{
   if(
checkpointid == Burger)
     {
     if(!
IsPlayerInAnyVehicle(playerid))
       {
        
SetPlayerInterior(playerid6);
        
SetPlayerPos(playerid, -26.691598,-55.714897,1003.546875);
        
SetPlayerVirtualWorld(playerid,120);
      }
   }
   return 
1;
}
   return 
1;

PHP код:
public OnPlayerLeaveDynamicCP(playeridcheckpointid)
{
   if(
checkpointid == ExPizza60)
     {
        
SetPlayerInterior(playerid0);
        
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
Reply
#2

please help me why not showing cp ?
Reply
#3

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 ?
Reply
#4

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)