[HELP]How Can i DoThis on my server - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP]How Can i DoThis on my server (
/showthread.php?tid=197790)
[HELP]How Can i DoThis on my server -
bboytimix - 10.12.2010
how to do this zombie head punch ; [ame]http://www.youtube.com/watch?v=YydC_FRdp0c&feature=player_embedded[/ame]
HumansCount,
ZombiesCount,
ArmysCount,
HumansKills,
ZombiesKills,
ArmysKills,
ID
#define TEAM_HUMAN 0
#define TEAM_ZOMBIE 1
#define TEAM_ARMY 2
new Arena[aInfo];
new PlayerCount;
new PlayerTeam[MAX_PLAYERS];
new Text[256];
new Float:OldHP[MAX_PLAYERS];
new newkeys;
new id, Float: x, Float: y, Float: z;