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

Showing results 1 to 25 of 28
Search took 0.00 seconds.
Search: Posts Made By: noob
Forum: Scripting Help 06-10-2005, 19:30
Replies: 7
Views: 1,802
Posted By noob
YAY, it works now. big thanks v3x :up: i did it...

YAY, it works now. big thanks v3x :up:
i did it like this:
len = format(hudmsg,255, "^nFaster movement: 4%")
Forum: Scripting Help 06-10-2005, 18:54
Replies: 7
Views: 1,802
Posted By noob
hmmh, doesnt seem to work either :cry:

hmmh, doesnt seem to work either :cry:
Forum: Scripting Help 06-10-2005, 17:02
Replies: 7
Views: 1,802
Posted By noob
didnt work :(

didnt work :(
Forum: Scripting Help 06-10-2005, 16:59
Replies: 7
Views: 1,802
Posted By noob
hmm.. havent tried it :D it didnt work in...

hmm.. havent tried it :D
it didnt work in client_print though, but i can try it
ty :)
Forum: Scripting Help 06-10-2005, 15:58
Replies: 7
Views: 1,802
Posted By noob
having '%' in a hudmsg ?

i cant use the %-symbol in a hud-text.. err?
runtime error: "String formatted incorrectly - parameter 4 (total 3)"

new hudmsg[256], len
len = format(hudmsg,255, "^n4^% faster movement")...
Forum: Scripting Help 05-17-2005, 14:54
Replies: 9
Views: 2,241
Posted By noob
hmh.. couldn't find it (i'll check it again...

hmh.. couldn't find it (i'll check it again later), but i have a new question :)
how can u replace the frags with strings (i'd like to have a timer there)
i tried this but couldn't work it out :?...
Forum: Scripting Help 05-15-2005, 05:36
Replies: 9
Views: 2,241
Posted By noob
:o could u give me an example of a plugin which...

:o
could u give me an example of a plugin which does that noobie ? :)
i would really appreciate it
Forum: Scripting Help 05-14-2005, 20:02
Replies: 9
Views: 2,241
Posted By noob
possible to modify scoreboard ?

is it possible to modify the scoreboard (mainly in cs) ?
i would like to replace the score-column (frags) with something else :P
Forum: Scripting Help 04-23-2005, 06:47
Replies: 3
Views: 1,108
Posted By noob
XxAvalanchexX: will it fix the whole plugin :P. ...

XxAvalanchexX: will it fix the whole plugin :P.
Twilight Suzuka: that's why i have the 'isreal' thingy.

got to try this, thanks for ur reply :)
Forum: Scripting Help 04-22-2005, 16:29
Replies: 3
Views: 1,108
Posted By noob
clean up the say msgs :)

as the topic says.. i want to have every first letter of the sentence be uppercase,
add a space after every dot if not already done,
and add a dot to the end (couldnt figure this out)

but...
Forum: Scripting Help 02-27-2005, 15:15
Replies: 4
Views: 1,318
Posted By noob
how to get if one player is too close to another ?

this is what i got so far :?

public check_dist() {
new players[32], inum
get_players(players,inum,"a")
new player[32], anum
get_players(player,anum,"a")
for(new i = 0 ;i < inum ;++i) {...
Forum: Scripting Help 09-16-2004, 06:44
Replies: 7
Views: 1,599
Posted By noob
yea, tnx :) but where can i look for...

yea, tnx :)

but where can i look for events?
list anywhere ? 8)
Forum: Scripting Help 09-15-2004, 12:00
Replies: 7
Views: 1,599
Posted By noob
uhm.. what function would check that ? :?

uhm.. what function would check that ? :?
Forum: Scripting Help 09-15-2004, 11:53
Replies: 7
Views: 1,599
Posted By noob
are nvgs on ?

how do i know if someone is using nvgs
(not if he has goggles, but are they on)
:roll:
Forum: General 09-02-2004, 14:40
Replies: 166
Views: 43,230
Posted By noob
uhm, the core.ini (cstrike version) says: ...

uhm, the core.ini (cstrike version) says:
csstats addons/amxmodx/data/csstats.dat
but there's no file like that in the data folder :)
Forum: Scripting Help 08-23-2004, 16:38
Replies: 1
Views: 808
Posted By noob
of.. i got it :) replaced the GRAVITY with...

of.. i got it :)

replaced the GRAVITY with Float:GRAVITY and no more tag mismatches
haven't test it but it should work

thanks for you all for your non-existant help :twisted:

EDIT: there...
Forum: Scripting Help 08-22-2004, 13:54
Replies: 1
Views: 808
Posted By noob
tag mismatches, need help

okay.. i'm kinda new to small and this is my first plugin
now, when i compile the sma it gives me 2 tag mismatches and in server it does nothing
the whole plugin should change the gravity for 1...
Forum: Suggestions / Requests 06-19-2004, 14:36
Replies: 7
Views: 1,938
Posted By noob
i saw 1 for amx.. but it won't compile with amxx...

i saw 1 for amx.. but it won't compile with amxx when #include <amxmod> is changed to <amxmodx>
Forum: Approved Plugins 06-16-2004, 13:29
Replies: 59
Views: 53,489
Posted By noob
i have the same prbolem too.. only the public...

i have the same prbolem too.. only the public glow won't work..
i'm using cs 1.5 & amxx 0.16
Forum: Suggestions / Requests 06-16-2004, 08:46
Replies: 2
Views: 1,234
Posted By noob
donnu.. might be that :) but can someone do...

donnu.. might be that :)
but can someone do it :?:
Forum: Approved Plugins 06-16-2004, 05:05
Replies: 187
Views: 185,341
Posted By noob
can the time be * ? so it executes the command at...

can the time be * ? so it executes the command at random time
amx_task * "command" m
Forum: Suggestions / Requests 06-16-2004, 03:38
Replies: 2
Views: 1,234
Posted By noob
request: speed booster

i think this shouldn't be so hard to do:
when client says /boost (or maybe a binding would be better), then a hud message appears that says "<player> is boosting in 2 secs, lasts for 3 s."
so that...
Forum: Suggestions / Requests 06-15-2004, 05:21
Replies: 11
Views: 2,624
Posted By noob
but i think that at least the 2) is possible to...

but i think that at least the 2) is possible to do.. i've saw it in superhero servers (morpheus and others..)
Forum: Suggestions / Requests 06-14-2004, 15:48
Replies: 11
Views: 2,624
Posted By noob
too bad :(

too bad :(
Forum: Suggestions / Requests 06-14-2004, 15:47
Replies: 11
Views: 2,624
Posted By noob
too bad :(

too bad :(
Showing results 1 to 25 of 28

 
Forum Jump

All times are GMT -4. The time now is 20:50.


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