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

Showing results 1 to 25 of 77
Search took 0.01 seconds.
Search: Posts Made By: qlail
Forum: Suggestions / Requests 01-23-2012, 19:31
Replies: 5
Views: 1,206
Posted By qlail
Forum: Suggestions / Requests 01-23-2012, 00:05
Replies: 4
Views: 1,413
Posted By qlail
Re: Help on Fast Respawn

RegisterHam(Ham_Spawn, "weaponbox", "CmdRemoveDropItens", 1 );
}

shouldn't it be "CmdRemoveDropItems"?
Forum: Suggestions / Requests 01-22-2012, 23:15
Replies: 5
Views: 1,206
Posted By qlail
Re: Amxx Studio on Ipod Touch / Ipad

iTouch has it's own notepad and all for notes and texting on it runs very smoothly, it shouldn't have a problem with using it to work on projects on it.
Forum: Suggestions / Requests 01-22-2012, 17:57
Replies: 5
Views: 1,206
Posted By qlail
Amxx Studio on Ipod Touch / Ipad

Although it may be difficult to learn a new langauge to produce this application for an ITouch or IPad, I think it would be useful to complete and or work on projects on the go. Therefore, creating...
Forum: Scripting Help 01-22-2012, 17:49
Replies: 9
Views: 1,509
Posted By qlail
Re: Npc Help

Alright, so assuming you have all the think, death, pain, etc.. functions set up in your NPC plugin, would this work?
public clcmd_weapon(id)
{
new ent = create_entity("info_target");

...
Forum: Scripting Help 01-22-2012, 15:56
Replies: 9
Views: 1,509
Posted By qlail
Re: Npc Help

Could you give me an example on how to have multiple?
Forum: Scripting Help 01-22-2012, 13:42
Replies: 9
Views: 1,509
Posted By qlail
Re: Npc Help

Okay cool thanks, and I have another question based on the NPC Tutorial. In the defines it has

new const g_NpcClassName[] = "ent_npc"

would I be able to make it define more than one npc in one...
Forum: Scripting Help 01-22-2012, 13:09
Replies: 9
Views: 1,509
Posted By qlail
Re: Npc Help

So would I tie this into a menu?
Forum: Scripting Help 01-21-2012, 20:09
Replies: 9
Views: 1,509
Posted By qlail
Re: Npc Help

Um, Would it be out of the question to ask for a snippet?
Forum: Scripting Help 01-21-2012, 19:01
Replies: 9
Views: 1,509
Posted By qlail
Npc Help

I've looked through the NPC tutorials and stuff, none of them seem to show you or give you any hints on how to make that npc be a shop keeper / merchant. This is very significant to a mod I'm working...
Forum: Code Snippets/Tutorials 01-21-2012, 17:03
Replies: 71
Views: 66,433
Posted By qlail
Re: [HOWTO] Make a NPC with extra features.

Oh, I haven't been able to find anything on adding a shop to be projected from an NPC, would you happen to know anything? I'd figure just to connect a menu, with items in it along with prices, up to...
Forum: Code Snippets/Tutorials 01-21-2012, 15:45
Replies: 71
Views: 66,433
Posted By qlail
Forum: Code Snippets/Tutorials 01-19-2012, 14:09
Replies: 71
Views: 66,433
Posted By qlail
Re: [HOWTO] Make a NPC with extra features.

When able could you show us how to set it up as a basic shop npc?
Forum: Code Snippets/Tutorials 01-19-2012, 13:35
Replies: 233
Views: 154,071
Posted By qlail
Re: How To: Make a perfect NPC

Can you add how to make it to where you can spawn the npc where you're looking to?
Forum: Code Snippets/Tutorials 09-10-2010, 22:01
Replies: 23
Views: 15,696
Posted By qlail
Re: Updated Flyen's EXP Tutorial (Fixed Errors)

Ohhh, maybe I forgot that, I was curious Why I wouldn't gain any levels.. Lol, just stay at 0 :P thx
Forum: Scripting Help 09-02-2010, 14:07
Replies: 0
Views: 498
Posted By qlail
Need help.

I was wondering if anyone could kindly show me or run me through on HOW to create skills... and If you need more detail on the types of skills, I will be glad to get in depth of detail... I need the...
Forum: Scripting Help 09-01-2010, 10:38
Replies: 6
Views: 997
Posted By qlail
Re: Need help with a little code

K, thx so much. I'm pretty good at coding just never learned the weapon functions :p
Forum: Scripting Help 09-01-2010, 01:01
Replies: 6
Views: 997
Posted By qlail
Re: Need help with a little code

No, I mean sort of show me how i'm supposed to set choosing something as in


public Weapon_Handler(id, menu, item)
[...]

case 1:
{
give_user_weapon(id, CSW_M4A1)
...
Forum: Scripting Help 09-01-2010, 00:50
Replies: 6
Views: 997
Posted By qlail
Re: Need help with a little code

Thanks for that but.... Would you mind answering my 2nd question :P, maybe you could have read that b4 doing all that work sorry to be unappreciative if it comes to mind that I am.
Forum: Code Snippets/Tutorials 09-01-2010, 00:42
Replies: 292
Views: 157,272
Posted By qlail
Re: New XP Mod tutorial

You should change


//[...]
if(is_user_alive(id))
{
if(PlayerClass[id] == 0)
{
ChangeClass(id)
}
Forum: Scripting Help 09-01-2010, 00:16
Replies: 6
Views: 997
Posted By qlail
Need help with a little code

Hey, was wondering if it was possible to register within a code sort of like this:

new weapon: awp, m4a1, ak47and then eventually making it to where I can use

public giveWeapon(id)
{
...
Forum: Code Snippets/Tutorials 08-31-2010, 23:47
Replies: 23
Views: 15,696
Posted By qlail
Re: Updated Flyen's EXP Tutorial (Fixed Errors)

Right now, Currently working on making the clients get more hp per every 5 levels Will Add the code to the bottom of the segments of code in the tut.
Forum: Code Snippets/Tutorials 08-31-2010, 03:03
Replies: 23
Views: 15,696
Posted By qlail
Re: Updated Flyen's EXP Tutorial (Fixed Errors)

Just for all those people that actually are going to use this Tutorial, I WILL update it and by that I mean, I'll continue to add little snippets to it. So, I will eventually show you guys, how to...
Forum: Code Snippets/Tutorials 08-30-2010, 12:26
Replies: 23
Views: 15,696
Posted By qlail
Updated Flyen's EXP Tutorial (Fixed Errors)

Hey guys, I read through Flyen's thread about his old EXP tutorial, seen that a LOT of people were having trouble and not understanding why they were getting errors... WELL, I'll post a working...
Forum: Code Snippets/Tutorials 08-01-2010, 10:31
Replies: 446
Views: 420,686
Posted By qlail
Re: New AMXX Menu System

I've been working on a menu, for my server, and I would like to know the code for a 2nd submenu, like I have the first 1 connected to a submenu, I try to connect the 2nd choice to a 2nd sub menu,...
Showing results 1 to 25 of 77

 
Forum Jump

All times are GMT -4. The time now is 04:38.


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