camera view
#1

any one can change the view of camera to evaction checkpoint..
PHP Code:
function EndMap()
{
    
ClearObjects();
    
DestroyAllVehicle();
    
UnloadFilterScript(Map[FSMapName]);
    
LoadMap(LoadNewMap());
    
LoadFilterScript(Map[FSMapName]);
    
SetTimer("StartMap",MAX_RESTART_TIME,false);
    
GameTextForAll("~n~~n~~n~~n~~n~~g~Loading~w~ next map",3500,5);
    foreach(
Player,i)
    {
        
ChangeCameraView(i);
        
TogglePlayerControllable(i,0);
        
TextDrawShowForPlayer(iServerIntroOne[i]);
        
TextDrawShowForPlayer(iServerIntroTwo[i]);
        if(
pInfo[i][pAdminDuty] == 1)
        {
            
pInfo[i][pAdminDuty] = 0;
        }
    }
    
SendClientMessageToAll(-1,""chat""COL_YELLOW" Creating Objects...");
    return 
1;

Reply


Messages In This Thread
camera view - by sanamalik400 - 17.09.2015, 00:50
Re: camera view - by Kamper - 17.09.2015, 01:05
Re: camera view - by sanamalik400 - 17.09.2015, 12:07

Forum Jump:


Users browsing this thread: 1 Guest(s)