AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   warmtime (https://forums.alliedmods.net/showthread.php?t=89958)

Miko000000 04-12-2009 13:07

warmtime
 
hi all. i need do warmtime when all have got knife and all players will be respawned when they be killed, and it will be 60 sec and all 60 will be blinking or show Hudmessange Warmtime.

Code:

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
   
    set_task(0.1, "WarmTime", 5)
    set_task(70.0, "EndTask")
}

public WarmTime() {
   
}

public EndTask() {
    remove_task(5)   
}


Bugsy 04-12-2009 13:28

Re: warmtime
 
Have you tried: https://forums.alliedmods.net/showthread.php?t=75606

beckham9224 04-12-2009 13:30

Re: warmtime
 
Ya Use Bugsy's suggest

Miko000000 04-12-2009 13:57

Re: warmtime
 
omg sorry guys. Forgive me and i need one help how i can change gun model not player only gun

ot_207 04-13-2009 00:19

Re: warmtime
 
pev_weaponmodel2
pev_viewmodel2

Miko000000 04-13-2009 05:51

Re: warmtime
 
and i need only code for warmup warmup is complete system and i need only task on 60 minutes andd remove guns block buy and add knifes


All times are GMT -4. The time now is 02:23.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.