Server crashing rep+ fast
#10

Quote:
Originally Posted by SoFahim
Посмотреть сообщение
It might be helpful for you.
PHP код:
 if(pickupid == Jetpack)
        {
            if(
gTeam[playerid] == C1) return 0;
            else
            {
                
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK);
                
SendClientMessage(playerid,-1,"{FF0000}[JETPACK]{ffffff}You stole the jetpack, quickly take it to the place on the map.");
                
DestroyPickup(Jetpack);
                
SetTimer("StealAgain",1200000,false);
                
SetPlayerMapIcon(playerid,Ammu,-396.3205,2236.0513,42.4297,20,0,MAPICON_GLOBAL);
                
GameTextForAll("~b~Cops ~N~~W~intruder stole the ~N~~R~jetpack~W~ ~N~stop him immediately!");
                for(new 
i=0<MAX_PLAYERSi++)
               
        }
  return 
1;

Quote:
Originally Posted by hamzajaved780
Посмотреть сообщение
Use this:

Код:
        if(pickupid == Jetpack)
        {
            if(gTeam[playerid] == C1) return 0;
            else
            {
                SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK);
                SendClientMessage(playerid,-1,"{FF0000}[JETPACK]{ffffff}You stole the jetpack, quickly take it to the place on the map.");
                DestroyPickup(Jetpack);
                SetTimer("StealAgain",1200000,false);
                SetPlayerMapIcon(playerid,Ammu,-396.3205,2236.0513,42.4297,20,0,MAPICON_GLOBAL);
                GameTextForAll("~b~Cops ~N~~W~intruder stole the ~N~~R~jetpack~W~ ~N~stop him immediately!");                
                return 1;
        }
can't complite 26 errors
Reply


Messages In This Thread
Server crashing rep+ fast - by Mijata - 31.05.2015, 17:31
Re: Server crashing rep+ fast - by J0sh... - 31.05.2015, 17:32
Re: Server crashing rep+ fast - by Mijata - 31.05.2015, 17:40
Re: Server crashing rep+ fast - by Mijata - 31.05.2015, 21:02
Re: Server crashing rep+ fast - by Stev - 31.05.2015, 21:09
Re: Server crashing rep+ fast - by Mijata - 01.06.2015, 00:28
Re: Server crashing rep+ fast - by Pizzy - 01.06.2015, 00:45
Re: Server crashing rep+ fast - by hamzajaved780 - 01.06.2015, 04:18
Re: Server crashing rep+ fast - by SoFahim - 01.06.2015, 05:43
Re: Server crashing rep+ fast - by Mijata - 01.06.2015, 12:37

Forum Jump:


Users browsing this thread: 2 Guest(s)