Error! Mission allready started
#2

PHP код:
CMD:mission1(playerid

    if(
Mission1Started[playerid] == 1
    { 
        
SCM(playerid, -1"Error! Mission already started"); 
        return 
1
    }
    else 
    {
    
Mission1Started[playerid] = 1
    
ClearChat(playerid); 
    
TogglePlayerSpectating(playerid1); 
    
SetPlayerVirtualWorld(playeridplayerid 1); 
    
Mission1Vehicle CreateVehicle(481, -2304.5649, -1638.6208483.69740.000500); 
    
SetVehicleVirtualWorld(Mission1VehicleGetPlayerVirtualWorld(playerid)); 
    
InterpolateCameraPos(playerid, -2470.377929, -1637.105468476.149871, -2182.300292, -1749.309814526.2734986000CAMERA_MOVE); 
    
InterpolateCameraLookAt(playerid, -2473.697998, -1639.223632473.069213, -2186.064941, -1746.659667524.3231206000CAMERA_MOVE); 
    
SCM(playerid, -1""SERVERBLUE"[MISSION 1]"); 
    
SCM(playerid, -1"This is your first assignment"); 
    
SCM(playerid, -1"You will be paid "SERVERBLUE"50 000$ "WHITE"if you eliminate your target"); 
    
SCM(playerid, -1"This is the place from where you will start"); 
    
timer1[playerid] = SetTimer("Mison1First"15000true);
    } 
    return 
1

Try and tell me
Reply


Messages In This Thread
Error! Mission allready started - by Micko123 - 01.11.2016, 06:57
Re: Error! Mission allready started - by StrikerZ - 01.11.2016, 07:02
Re: Error! Mission allready started - by Micko123 - 01.11.2016, 07:05
Re: Error! Mission allready started - by iLearner - 01.11.2016, 07:06
Re: Error! Mission allready started - by Micko123 - 01.11.2016, 07:07

Forum Jump:


Users browsing this thread: 3 Guest(s)