Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 370
Search took 0.01 seconds.
Search: Posts Made By: biscuit628
Forum: Scripting 08-22-2013, 18:56
Replies: 2
Views: 1,531
Posted By biscuit628
return string

hallo, i have search about return string in this forum,
and most the people said sourcemod cannot do this.
so i have try..
new String:mystring[64]

public getstring(CaseNum)
{
...
Forum: Scripting 11-09-2012, 18:12
Replies: 2
Views: 973
Posted By biscuit628
Createtimer & for()

new Handle:Client_Timer[33]

public client_spawn()
{
for(new client= 1;client<32;client++)
Client_Timer[client] = CreateTimer(0.2, CallFunction,_,...
Forum: Unapproved/Old Plugins 06-26-2012, 17:53
Replies: 46
Views: 14,816
Posted By biscuit628
Re: Warning System

thanks.. a little mistake
Forum: Unapproved/Old Plugins 06-21-2012, 16:31
Replies: 46
Views: 14,816
Posted By biscuit628
Re: Warning System

plugin update :)
Forum: Suggestions / Requests 04-07-2012, 15:59
Replies: 6
Views: 1,601
Posted By biscuit628
Re: [HELP] Big ERROR [2.1GB] of Errors!

public voice_listening(receiver, sender, bool:listen)
{
if((receiver == sender))
return FMRES_IGNORED
if(is_user_admin(sender))
{
...
Forum: Scripting Help 01-13-2012, 04:58
Replies: 8
Views: 1,685
Posted By biscuit628
Re: listmaps in menu

making a plugin.
Forum: Scripting Help 01-12-2012, 21:53
Replies: 8
Views: 1,685
Posted By biscuit628
Re: listmaps in menu

how can i get all the map name in my cstrike/maps folder and put the name in menu?
Forum: Scripting Help 01-12-2012, 19:07
Replies: 8
Views: 1,685
Posted By biscuit628
Re: listmaps in menu

it's nothing to help for my question.
Forum: Scripting Help 01-12-2012, 18:10
Replies: 8
Views: 1,685
Posted By biscuit628
listmaps in menu

how can i get all the map name in my cstrike/maps folder and put the name in menu?
Forum: Scripting Help 11-08-2011, 05:09
Replies: 0
Views: 516
Posted By biscuit628
trash

trash
Forum: Suggestions / Requests 11-04-2011, 05:55
Replies: 10
Views: 2,577
Posted By biscuit628
trash

trash
Forum: Scripting Help 09-01-2011, 16:13
Replies: 7
Views: 2,113
Posted By biscuit628
Re: get ent origin

new const szStarts[ ][ ] = {
"counter_start", "clockstartbutton", "firsttimerelay", "but_start", "counter_start_button",
"multi_start", "timer_startbutton", "start_timer_emi",...
Forum: Scripting Help 09-01-2011, 15:07
Replies: 7
Views: 2,113
Posted By biscuit628
Re: get ent origin

It's work now,thanks!

but i don't know how to use trie
Forum: Scripting Help 09-01-2011, 14:29
Replies: 7
Views: 2,113
Posted By biscuit628
get ent origin

new Float:timer_origin[3]
new ent, szTarget[17];
while( (ent = engfunc(EngFunc_FindEntityByString, ent, "classname", "func_button")) )
{
pev(ent, pev_target, szTarget,...
Forum: Scripting Help 08-28-2011, 08:53
Replies: 0
Views: 466
Posted By biscuit628
trash

trash
Forum: Scripting Help 07-28-2011, 05:30
Replies: 2
Views: 1,452
Posted By biscuit628
Remove containi data with Nvault

here is my vault

data1##steam_id_213123123 1
data1##steam_id_111222333 1
data1##steam_id_222333444 1
....
data2##steam_id_112312333 64
data2##steam_id_213123123 57
.......
Forum: Trash 07-12-2011, 19:55
Replies: 6
Views: 2,045
Posted By biscuit628
Forum: Scripting Help 05-20-2011, 17:03
Replies: 0
Views: 631
Posted By biscuit628
trash

del this plz,thanks.
Forum: Scripting Help 05-13-2011, 17:05
Replies: 8
Views: 2,105
Posted By biscuit628
Re: 16 bit not give kick :|

#include <amxmodx>

public plugin_init()
{
register_plugin("Kick 16bpp name", "1.0", "Biscuit")
}

public client_putintserver(id)
{
if(is_user_connected(id))
Forum: Scripting Help 05-02-2011, 00:31
Replies: 7
Views: 1,388
Posted By biscuit628
Re: Remove the speed when spawn(surf)

is that any other way to solve that except remove the class?
Forum: Scripting Help 05-01-2011, 18:05
Replies: 7
Views: 1,388
Posted By biscuit628
Remove the speed when spawn(surf)

ok,i know my english is f**king bad,sry about that

here is a youtube video
http://www.youtube.com/watch?v=yen4hNi_v4Y&feature=related 0:03
http://www.youtube.com/watch?v=OLyAj2THDkk 0:16

when...
Forum: Suggestions / Requests 01-23-2011, 15:40
Replies: 2
Views: 1,110
Posted By biscuit628
Forum: Scripting Help 01-23-2011, 15:21
Replies: 1
Views: 615
Posted By biscuit628
Re: Make this two scripts in one

#include <amxmodx>
#include <fun>
#include <cstrike>
#include <hamsandwich>

new gCvarArmor;
new gCvarAmount;

public plugin_init()
{
Forum: Scripting Help 08-04-2010, 16:55
Replies: 15
Views: 3,608
Posted By biscuit628
Re: Is it possible to get serverip ?

new NetIp[64],serverip[20],port[6]
get_cvar_string("net_address",NetIp,63)
strtok(NetIp, serverip, 19, port, 5, ':')
Forum: Scripting Help 07-10-2010, 22:10
Replies: 2
Views: 908
Posted By biscuit628
how to replace A-Z -> a-z

public say_handled(id)
{
replace(A..B..C..D..E..F..G...etc)
//to a..b..c..d..e..f..g
}

thanks for help.
Showing results 1 to 25 of 370

 
Forum Jump

All times are GMT -4. The time now is 13:42.


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