Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 260
Search took 0.01 seconds.
Search: Posts Made By: yamin
Forum: Off-Topic 06-18-2012, 16:22
Replies: 29
Views: 6,246
Posted By yamin
Re: A Good Server Name

i have only one account.i don't know someone created from my country so same question
anyways i got unban
Forum: Scripting Help 06-18-2012, 16:18
Replies: 22
Views: 4,394
Posted By yamin
Re: subtracting time code

can you give an example of the value thing?
Forum: Scripting Help 06-18-2012, 15:39
Replies: 22
Views: 4,394
Posted By yamin
Re: subtracting time code

i don't understand
Forum: Off-Topic 06-18-2012, 13:34
Replies: 2
Views: 774
Posted By yamin
Which one is better?

i have 2 processors for my pc.
which will be better?
1. Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz OR
2. Pentium 4 3.40GHz
Forum: Scripting Help 06-18-2012, 13:30
Replies: 22
Views: 4,394
Posted By yamin
Re: subtracting time code

what values should i put?
Forum: Scripting Help 06-18-2012, 08:25
Replies: 22
Views: 4,394
Posted By yamin
Re: subtracting time code

i don't know much about sqlx
i didn't understand this:
you have to fill in the values and that's a query so it should be passed to the g_query cache.
Forum: Scripting Help 06-18-2012, 07:49
Replies: 22
Views: 4,394
Posted By yamin
Re: subtracting time code

this
formatex(g_query,511,"UPDATE played_time SET playedtime=playedtime-350 WHERE name='%s'",name)
SQL_ThreadQuery(sql,"query",g_query)

to this?

INSERT IGNORE INTO played_time...
Forum: Scripting Help 06-17-2012, 13:34
Replies: 22
Views: 4,394
Posted By yamin
Re: subtracting time code

if the time subtracts then in
the hlds console
its should come like
%d minutes have been taken from %s
Forum: Scripting Help 06-17-2012, 12:43
Replies: 22
Views: 4,394
Posted By yamin
Re: subtracting time code

there is nothing like this?

public client_putinserver(id){
PlayedTime[id] = get_playedtime(id)
log_amx("--> Got %d",PlayedTime[id])
}
Forum: Scripting Help 06-17-2012, 12:10
Replies: 22
Views: 4,394
Posted By yamin
Re: subtracting time code

how will i know if the plugin works or not?
Forum: Scripting Help 06-17-2012, 05:22
Replies: 22
Views: 4,394
Posted By yamin
Re: subtracting time code

there is no warning in this code
Forum: Scripting Help 06-17-2012, 05:17
Replies: 22
Views: 4,394
Posted By yamin
Re: subtracting time code

/tmp/textseJfqW.sma(39) : warning 201: redefinition of constant/macro (symbol "SILVER")
/tmp/textseJfqW.sma(41) : warning 201: redefinition of constant/macro (symbol "ADMIN")...
Forum: Scripting Help 06-17-2012, 05:10
Replies: 12
Views: 2,916
Posted By yamin
Forum: Scripting Help 06-17-2012, 05:09
Replies: 22
Views: 4,394
Posted By yamin
Re: subtracting time code

i am not getting errors just some warnings
public client_death(killer,victim){
if(victim!=isolo)
return

new name[32]
get_user_name(victim,name,31)

formatex(g_query,511,"UPDATE...
Forum: Scripting Help 06-16-2012, 15:13
Replies: 12
Views: 2,916
Posted By yamin
Re: vip clothes

should i add this:new const g_Model1[]="models/player/vip/vip.mdl" for cs_set_user_model
Forum: Scripting Help 06-16-2012, 14:34
Replies: 12
Views: 2,916
Posted By yamin
Re: vip clothes

code?
this?
new const g_Model1[]="models/player/vip.mdl"
cs_set_user_model(id, g_Model1);
Forum: Scripting Help 06-16-2012, 10:30
Replies: 12
Views: 2,916
Posted By yamin
vip clothes

how can i set vip clothes to a player?
Forum: Scripting Help 06-16-2012, 10:29
Replies: 5
Views: 1,326
Posted By yamin
Re: Need Methods,Natives and Functions

you want to stop by a command?
Forum: Code Snippets/Tutorials 06-16-2012, 08:03
Replies: 118
Views: 80,741
Posted By yamin
Forum: Scripting Help 06-16-2012, 08:00
Replies: 22
Views: 4,394
Posted By yamin
subtracting time code

this code doesn't works
formatex(g_query,511,"UPDATE played_time SET playedtime=playedtime-350 WHERE name='%s'",name)
SQL_ThreadQuery(sql,"query",g_query)
Forum: Trash 06-16-2012, 07:50
Replies: 1
Views: 660
Posted By yamin
this code don't work

can anyone say why this don't works
formatex(g_query,511,"UPDATE played_time SET playedtime=playedtime-350 WHERE name='%s'",name)
SQL_ThreadQuery(sql,"query",g_query)
Forum: Scripting Help 06-13-2012, 07:44
Replies: 6
Views: 1,358
Posted By yamin
Re: weapon don't change

can you add here?
#include < amxmodx >
#include < amxmisc >
#include < hamsandwich >
#include < fun >
#include < cstrike >
#include <fakemeta_util>
#define ADMIN ADMIN_RCON
#define SILVER ...
Forum: Scripting Help 06-13-2012, 07:06
Replies: 6
Views: 1,358
Posted By yamin
Re: weapon don't change

how will i do it on 1 callback?
Forum: Scripting Help 06-12-2012, 14:52
Replies: 6
Views: 1,358
Posted By yamin
weapon don't change

why this engclient_cmd( id, "weapon_usp" ); don't work?
Forum: Suggestions / Requests 06-12-2012, 13:51
Replies: 4
Views: 1,169
Posted By yamin
Showing results 1 to 25 of 260

 
Forum Jump

All times are GMT -4. The time now is 15:10.


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