how to add Timer for map!?
#1

Hello Guys i already need to know how to add Timer for everymap i have ! ok i send Code for this map

PHP код:
public OnPlayerSpawn(playerid)
{
     
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK);
    
SetPlayerColor(playeridCOLOR_GREEN);
    
GameTextForPlayer(playerid"~w~Kill the other ~r~players ~W~ in the Skybox"30004);
    new 
rand random(sizeof(BattleFieldSpawns));
    
SetPlayerPos(playeridBattleFieldSpawns[rand][0], BattleFieldSpawns[rand][1],BattleFieldSpawns[rand][2]);SetPlayerFacingAngle(playeridBattleFieldSpawns[rand][3]);
     
TextDrawShowForPlayer(playerid,ArmyO);
     
SetPlayerHealth(playerid10);
     
SetPlayerArmour(playerid0);
     
SendClientMessage(playeridCOLOR_YELLOW"If you lost your Jetpack, use /jp to spawn another one!");
    return 
1;

How to add Timer?
Reply


Messages In This Thread
how to add Timer for map!? - by Recardo - 19.05.2016, 14:32
Re: how to add Timer for map!? - by BloodyRP - 19.05.2016, 14:34
Re: how to add Timer for map!? - by Recardo - 19.05.2016, 14:35
Re: how to add Timer for map!? - by BloodyRP - 19.05.2016, 14:38
Re: how to add Timer for map!? - by Recardo - 19.05.2016, 14:40
Re: how to add Timer for map!? - by BloodyRP - 19.05.2016, 14:42
Re: how to add Timer for map!? - by Recardo - 19.05.2016, 14:44
Re: how to add Timer for map!? - by BloodyRP - 19.05.2016, 14:47
Re: how to add Timer for map!? - by Recardo - 19.05.2016, 14:55
Re: how to add Timer for map!? - by BloodyRP - 19.05.2016, 14:56

Forum Jump:


Users browsing this thread: 2 Guest(s)