Raised This Month: $ Target: $400
 0% 

Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: atomen
Forum: Scripting Help 03-29-2008, 11:17
Replies: 42
Views: 9,535
Posted By atomen
Re: Lame questin albout hudmessages

What do you want to do with the code ?
Display messages for t and ct ?

Use this (http://forums.alliedmods.net/showpost.php?p=587995&postcount=27) then
Forum: Scripting Help 02-22-2008, 11:50
Replies: 42
Views: 9,535
Posted By atomen
Re: Lame questin albout hudmessages

Hmm , weird.
But did you have the lang file in the right directory ?

Though try this script

It also uses 2 Cvars


EDIT : YamiKaitou do you think i have include this in the code ?
Forum: Scripting Help 02-22-2008, 11:37
Replies: 42
Views: 9,535
Posted By atomen
Re: Lame questin albout hudmessages

I know , ive already looked in it xD


#include <amxmodx>

enum CsTeams
{
CS_TEAM_UNASSIGNED = 0,
CS_TEAM_T = 1,
CS_TEAM_CT = 2,
Forum: Scripting Help 02-22-2008, 11:32
Replies: 42
Views: 9,535
Posted By atomen
Re: Lame questin albout hudmessages

Hmm , I haven't tried "get_user_team" before , so i think ill have to define "CS_TEAM_CT" and "T". Ill fix it in a moment
Forum: Scripting Help 02-22-2008, 02:21
Replies: 42
Views: 9,535
Posted By atomen
Re: Lame questin albout hudmessages

Well if none of the scripts work , try this.
Isn't using cstrike module either so you should
be able yo use this on all games.


#include <amxmodx>

public plugin_init()
{
...
Forum: Scripting Help 02-21-2008, 15:38
Replies: 42
Views: 9,535
Posted By atomen
Re: Lame questin albout hudmessages

Instead of :

if( equali(sMap, "de_", 3 ) )
{
set_task( 5.0, "display_message");
}
if( equali(sMap, "cs_", 3 ) )
{
set_task( 5.0,...
Forum: Scripting Help 02-20-2008, 14:50
Replies: 42
Views: 9,535
Posted By atomen
Re: Lame questin albout hudmessages

This command was new for me
Any explanations plz xD ?


Can you explain this 2 plz =D ?
But i know what
Means but not what the number "3" means

And 1 more thing, If you use pause what...
Forum: Scripting Help 02-20-2008, 13:51
Replies: 42
Views: 9,535
Posted By atomen
Re: Lame questin albout hudmessages

This should work like a charm , try it out

Though im not so familiar with dictionaries
but it should work perfect
#include <amxmodx>
#include <cstrike>

public plugin_init()
{
...
Showing results 1 to 8 of 8

 
Forum Jump

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


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