This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 32
Search took 0.00 seconds.
Search: Posts Made By: Crazywelder1
Forum: Scripting Help 03-15-2005, 22:33
Replies: 5
Views: 1,604
Posted By Crazywelder1
did this work??? or was i wrong i just want...

did this work???
or was i wrong
i just want to know
Forum: Scripting Help 03-15-2005, 00:55
Replies: 5
Views: 1,604
Posted By Crazywelder1
i think u just need to add 1 like so new...

i think u just need to add 1 like so

new origin[3];
get_user_origin(id,origin,1);
origin[1] += 200;
set_user_origin(id,origin);
Forum: Scripting Help 03-05-2005, 09:33
Replies: 4
Views: 1,345
Posted By Crazywelder1
nah that doesn't help or does it i want to know...

nah that doesn't help or does it i want to know what model index(sprites) to use for scripting
Forum: Scripting Help 03-04-2005, 23:49
Replies: 4
Views: 1,345
Posted By Crazywelder1
how do u find sprites??

okay what i mean is how do u know what sprite to use or where to find out which sprites to use example: to use lightning u use(sprites/lgtning.spr)
the reason i want to know is i want to try out...
Forum: Scripting Help 02-27-2005, 20:06
Replies: 3
Views: 1,248
Posted By Crazywelder1
thank you evne tho i have tried it but it doesn't...

thank you evne tho i have tried it but it doesn't work other make it slower and not do the task??
Forum: Scripting Help 02-27-2005, 18:35
Replies: 3
Views: 1,248
Posted By Crazywelder1
how would u combining a cvar into a task

Example:
of what i want combined
so that when u change the cvar(mp_afktime) to something else that it changes the time when the task is done


register_cvar("mp_afktime", "90", FCVAR_SERVER)...
Forum: Unapproved/Old Plugins 02-26-2005, 16:27
Replies: 9
Views: 7,227
Posted By Crazywelder1
i had it in the zip but ill put by itself because...

i had it in the zip but ill put by itself because u said so
Forum: Unapproved/Old Plugins 02-26-2005, 16:05
Replies: 9
Views: 7,227
Posted By Crazywelder1
New version so i am bumping it up and again not...

New version so i am bumping it up
and again not done yet but getting closer
Forum: Scripting Help 02-24-2005, 21:00
Replies: 9
Views: 2,298
Posted By Crazywelder1
i think he ment the string is_alive or something...

i think he ment the string is_alive or something like that and this plugin doesnt work??
Forum: Scripting Help 02-24-2005, 20:17
Replies: 9
Views: 2,057
Posted By Crazywelder1
sorry for not replying for a while but thank you...

sorry for not replying for a while but thank you all it helps alot!!! thank you again very aprreciated..
Forum: Scripting Help 02-21-2005, 19:55
Replies: 9
Views: 2,057
Posted By Crazywelder1
i ve read that and yet kinda understand maybe...

i ve read that and yet kinda understand maybe someone can explain it some what for example i have no clue wat i++ means does it mean add it(bad answer) ??
ty anyways but i need more detail
Forum: Scripting Help 02-21-2005, 12:56
Replies: 9
Views: 2,057
Posted By Crazywelder1
How do u write a code that

ok how do u write a code that tells u if the player hasn't moved after a certain amount of time(wherever he is)...

i know it has set_tassk in it and register_event but i dont understand on u do...
Forum: Scripting Help 02-11-2005, 23:06
Replies: 3
Views: 1,083
Posted By Crazywelder1
ok ill try the first part but the second i think...

ok ill try the first part but the second i think it might not make sense and i might just get rid of warning the person>>... One more question how do u make it check everyone not just humans but bots...
Forum: Scripting Help 02-11-2005, 17:46
Replies: 10
Views: 2,263
Posted By Crazywelder1
i think u have to precache the sounds but i am...

i think u have to precache the sounds but i am not sure i am probably wrong<Avalanche am i right or way off???
Forum: Scripting Help 02-11-2005, 17:10
Replies: 3
Views: 1,083
Posted By Crazywelder1
Can someone tell me wat i am doing wrong in this plugin??

okay this is for my submitted plugin {UPDATED VERSION}

My Question:
Can someone tell me wat might be or is wrong in this plugin.. becuase i don't think it is working??

#include <amxmodx>...
Forum: Scripting Help 02-10-2005, 19:02
Replies: 14
Views: 3,992
Posted By Crazywelder1
ok thanks again i figured the other wasn't...

ok thanks again i figured the other wasn't lightning but just a sprite that goes over the head
NVM(never mind)!! thank you anyways..
Forum: Scripting Help 02-09-2005, 20:36
Replies: 14
Views: 3,992
Posted By Crazywelder1
i have another question am i wrong or is this...

i have another question am i wrong or is this plugin not suppose generate a lighting bolt but just a sprite above his head after the person goes to godmode????

#include <amxmodx>
#include...
Forum: Scripting Help 02-09-2005, 10:29
Replies: 14
Views: 3,992
Posted By Crazywelder1
thank u xeroblood mainly(and some to avlanche)...

thank u xeroblood mainly(and some to avlanche) and well i have idea for u why dont u make a plugin where everyone has no clip so it becomes a no clip war but what u do is make boundaries of where...
Forum: Scripting Help 02-08-2005, 20:22
Replies: 14
Views: 3,992
Posted By Crazywelder1
ummm i know all of that.. did u read wat i...

ummm i know all of that.. did u read wat i posted??? i am showing u my problem and where it is.. wat i am asking is if u could help me figure out how to fix it

here i make it easier ill give u...
Forum: Scripting Help 02-08-2005, 19:56
Replies: 14
Views: 3,992
Posted By Crazywelder1
i don't understanding get_user_origin

okay my problem is that i want to use get_user_origin so i can have a bolt of lightning hit the person.. and at this point i get one error and one warning
one: error 029: invaild expression,assumed...
Forum: Scripting Help 02-08-2005, 19:34
Replies: 6
Views: 1,395
Posted By Crazywelder1
#include <amxmodx> one problem is that u...

#include <amxmodx>

one problem is that u forgot this # infront of include <amxmodx>
Forum: Scripting Help 02-07-2005, 00:58
Replies: 12
Views: 2,637
Posted By Crazywelder1
thank you for the reply it helped and now i have...

thank you for the reply it helped and now i have all my begining plgins without any loose indentation
Forum: Unapproved/Old Plugins 02-07-2005, 00:00
Replies: 9
Views: 7,227
Posted By Crazywelder1
um yea and i will modify it i ll keep it for now...

um yea and i will modify it i ll keep it for now too ty u ve been considerate to me

also i can u tell me exactly how u can make a command in the chat i have figured it out but i ve been search if...
Forum: Scripting Help 02-06-2005, 23:50
Replies: 12
Views: 2,637
Posted By Crazywelder1
u mean i am right how i wrote it but it needs to...

u mean i am right how i wrote it but it needs to be lower cased??

ok it worked but i ve also have had a problem with getting one loose indentation can u help me figure it ou becuase i ve been try...
Forum: Scripting Help 02-06-2005, 23:40
Replies: 12
Views: 2,637
Posted By Crazywelder1
so thats right okay thank you very much its...

so thats right okay thank you very much its apreeciated dont worry about it it was my fault u guys cant read minds u know lol
Showing results 1 to 25 of 32

 
Forum Jump

All times are GMT -4. The time now is 17:25.


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