Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 44
Search took 0.01 seconds.
Search: Posts Made By: DaniDin
Forum: Scripting Help 06-22-2010, 04:07
Replies: 1
Views: 850
Posted By DaniDin
Forum: Scripting Help 06-20-2010, 17:42
Replies: 1
Views: 850
Posted By DaniDin
help with my plugin pleas

hi some 1 can help me i it's not working ?


#include <amxmodx>
#include <amxmisc>
#include <sqlx>
#include <file>

#define PLUGIN "My Plug"
#define VERSION "1.0"
Forum: Trash 06-20-2010, 17:40
Replies: 2
Views: 926
Posted By DaniDin
Re: help with my plugin pleas

to where ?

ok sorry pleas delete this topic
Forum: Trash 06-20-2010, 17:31
Replies: 2
Views: 926
Posted By DaniDin
help with my plugin pleas

hi some 1 can help me i it's not working ?


#include <amxmodx>
#include <amxmisc>
#include <sqlx>
#include <file>

#define PLUGIN "My Plug"
#define VERSION "1.0"
Forum: Scripting Help 03-11-2009, 10:33
Replies: 13
Views: 2,226
Posted By DaniDin
Forum: Scripting Help 03-11-2009, 10:21
Replies: 13
Views: 2,226
Posted By DaniDin
Re: print player SteamID

that what i do :\
set_task(10.0, "client_putinserver", id, _,_, "b", 10)
Forum: Scripting Help 03-11-2009, 10:17
Replies: 13
Views: 2,226
Posted By DaniDin
Re: print player SteamID

i dont found it
and YamiKaitou (http://forums.alliedmods.net/member.php?u=10422)
it's not work :(
Forum: Scripting Help 03-10-2009, 21:56
Replies: 13
Views: 2,226
Posted By DaniDin
print player SteamID

hi
i want to do when player connect it will type
"Your SteamID is :STEAM_0:1:11115491"
Forum: Scripting Help 01-26-2009, 19:13
Replies: 1
Views: 726
Posted By DaniDin
how to call functions ?

hi
i want to call my functions

public myfunc(id)
{
server_cmd("amx_say Sup ?");
}


ho to call this fucntion from else function ?
Forum: Trash 01-26-2009, 16:36
Replies: 0
Views: 811
Posted By DaniDin
select from SQL

you can lock i found the prob...

thanks for drak ! you help so so so so so so so so much :D
Forum: Scripting Help 01-26-2009, 12:30
Replies: 22
Views: 3,433
Posted By DaniDin
Forum: Scripting Help 01-26-2009, 07:00
Replies: 22
Views: 3,433
Posted By DaniDin
Re: printing hello message ?

still :\
it is do the loose indentation
but in the console
it is say

Setmaster: Unknown command enable
Menu item 17 added to Menus Front-End: "Plugin Cvars" from plugin "pluginmenu.amxx"...
Forum: Scripting Help 01-26-2009, 06:48
Replies: 22
Views: 3,433
Posted By DaniDin
Re: printing hello message ?

it's still not work :\
this what i build

#include <amxmodx>
#include <amxmisc>
#include <sqlx>
#include <file>

#define PLUGIN "My Plug"
#define VERSION "1.0"
Forum: Scripting Help 01-26-2009, 06:05
Replies: 22
Views: 3,433
Posted By DaniDin
Re: printing hello message ?

loose indentation
Forum: Scripting Help 01-25-2009, 22:49
Replies: 22
Views: 3,433
Posted By DaniDin
Forum: Scripting Help 01-25-2009, 22:03
Replies: 22
Views: 3,433
Posted By DaniDin
Re: printing hello message ?

not work
error on

SQL_ThreadQuery(g_SqlTuple,Query,Data,1);
so i do

SQL_ThreadQuery(g_SqlTuple,"SelectHandle",Query,Data,1);
and then eror on

format(Query,255,"SELECT logged FROM users...
Forum: Scripting Help 01-25-2009, 21:36
Replies: 22
Views: 3,433
Posted By DaniDin
Re: printing hello message ?

get error on

SQL_ThreadQuery(g_SqlTuple,"SelectHandle","SELECT logged FROM users WHERE nick='%s'",plName,Data,1);


and in the sql i have
the num 1 or 0
Forum: Scripting Help 01-25-2009, 20:44
Replies: 22
Views: 3,433
Posted By DaniDin
Re: printing hello message ?

thanks now i do this and it now working you can help with this ?

public client_authorized(id)
{
new AuthID[32],plName[32]
get_user_authid(id,AuthID,32);
...
Forum: Scripting Help 01-25-2009, 20:02
Replies: 22
Views: 3,433
Posted By DaniDin
Re: printing hello message ?

the server will type hello with the user steamid and the nick and ip :\
Forum: Scripting Help 01-25-2009, 18:30
Replies: 22
Views: 3,433
Posted By DaniDin
Re: printing hello message ?

hi
way it's not working ?
i do this :

public plugin_init()
{
register_plugin(PLUGIN,VERSION,AUTHOR)
set_task(30.0,"HelloMSG",0,_,_,"",0)

}
Forum: Scripting Help 01-25-2009, 18:05
Replies: 22
Views: 3,433
Posted By DaniDin
Re: printing hello message ?

thanks
try it ...
Forum: Scripting Help 01-25-2009, 18:00
Replies: 22
Views: 3,433
Posted By DaniDin
Re: printing hello message ?

some 1?
pleaaaaas
Forum: Scripting Help 01-25-2009, 17:41
Replies: 22
Views: 3,433
Posted By DaniDin
printing hello message ?

hi
i want wan user connect the server it will kick him and type this message
"Hi , *username* your steamid is : *SteamID* ."
*username* = the username in the game
*steamid* = the steam id of this...
Forum: Scripting Help 01-09-2009, 10:46
Replies: 5
Views: 1,196
Posted By DaniDin
Re: global var ?

i want it will say the hello 5 times (timer 10 sec) and if it over the 5 so the timer will be 300 sec
like this

#include <amxmodx>
#include <amxmisc>

new Gtime = 10;
new GTMSEC = 1;
public...
Forum: Scripting Help 01-09-2009, 10:13
Replies: 5
Views: 1,196
Posted By DaniDin
global var ?

hi i want to do timer that i can change the time how to do it ?

#include <amxmodx>
#include <amxmisc>

new Gtime = 10;

public plugin_init()
{
set_task(Gtime ,"HelloMSG",0,_,_,"b")
Showing results 1 to 25 of 44

 
Forum Jump

All times are GMT -4. The time now is 01:44.


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