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

Showing results 1 to 25 of 149
Search took 0.01 seconds.
Search: Posts Made By: linkosc
Forum: Source Servers (SRCDS) 09-26-2012, 13:42
Replies: 0
Views: 1,526
Posted By linkosc
CS Source Server help

Hello all! Im new to the source world. Lately I've embarked on the new sides of CS. I started my own server but im having Some issues. I installed latest meta mod the latest mani mod and the latest...
Forum: General 09-26-2012, 12:04
Replies: 3
Views: 3,674
Posted By linkosc
Re: Counter Strike Source Server

This is a general discussion forum. Im asking for help if you don't intend on helping me do not comment
Forum: General 09-26-2012, 11:21
Replies: 3
Views: 3,674
Posted By linkosc
Counter Strike Source Server

Hello all! Im new to the source world. Lately I've embarked on the new sides of CS. I started my own server but im having Some issues. I installed latest meta mod the latest mani mod and the latest...
Forum: Approved Plugins 07-24-2010, 23:02
Replies: 586
Views: 525,219
Posted By linkosc
Re: Back Weapons v1.87

This Plugins when I install it onto my server Makes my server appear offline when infact on my tcadmin panel it shows its running? any suggestions?
Im using amxx version 1.8.1
Forum: Approved Plugins 07-23-2010, 15:50
Replies: 498
Views: 445,954
Posted By linkosc
Re: Nade Modes (Nomexous) v9.61

Im Getting a bad load error on my server

I Compiled locally the uploaded the amxx file to my server.
I also add in all the modules.ini required. Im still receiving bad load
Oh and I also add...
Forum: Scripting Help 07-08-2010, 15:26
Replies: 37
Views: 7,059
Posted By linkosc
Re: Call Of Duty Mod

I already tried to remove the If's and use switch I keep confusing my self and Im not sure how it should properly be done. For the Set Task let me give an Example and tell me if Im correct or not.......
Forum: Scripting Help 07-08-2010, 04:51
Replies: 37
Views: 7,059
Posted By linkosc
Re: Call Of Duty Mod

Does anybody have an idea how i can do this?
Forum: Scripting Help 07-06-2010, 20:37
Replies: 37
Views: 7,059
Posted By linkosc
Re: Call Of Duty Mod

Hello Again. Im not to familar with Hud Messages. Instead of typing /class i would like for a Hud Msg to Display the users class/level/xp for every round througout the whole round. Here is the Main...
Forum: Scripting Help 07-06-2010, 11:48
Replies: 9
Views: 2,314
Posted By linkosc
Gui Menus

Hello AM peeps. I was wondering is there a way to make a Menu Like the buy menu with pictures. I guess a GUI menu? I searched for this and nobody has asked or posted anything like this. Is this...
Forum: Scripting Help 07-04-2010, 08:16
Replies: 37
Views: 7,059
Posted By linkosc
Re: Call Of Duty Mod

I did that to seperate it so it has better readability and for each part of the mod that I want to optimize will make it better to locate what im looking for. I plan on this being a really big mod....
Forum: Scripting Help 07-02-2010, 20:41
Replies: 37
Views: 7,059
Posted By linkosc
Re: Call Of Duty Mod

NVM I Fixed my Class change Issue after 2 days of working on it 0_o OMG it was so retarded. I dont understand but I already tried what I did to fix it and it didnt work the first time lol but now it...
Forum: Scripting Help 07-02-2010, 18:12
Replies: 37
Views: 7,059
Posted By linkosc
Forum: Scripting Help 07-02-2010, 15:41
Replies: 37
Views: 7,059
Posted By linkosc
Re: Call Of Duty Mod

is that gonna fix my menu issue?
Forum: Scripting Help 07-02-2010, 15:41
Replies: 37
Views: 7,059
Posted By linkosc
Re: Call Of Duty Mod

Im so confused I dont understand what you mean with the switch command 0_o
Forum: Scripting Help 07-02-2010, 13:39
Replies: 37
Views: 7,059
Posted By linkosc
Re: Call Of Duty Mod

Ok So here is what I got so far. Im not recieving any errors. Just warnings.
I believe I fixed my Class Change issue but what ever I did its not allowing any of my CLCMDs to work. At the beggining...
Forum: Scripting Help 06-30-2010, 21:53
Replies: 37
Views: 7,059
Posted By linkosc
Re: Call Of Duty Mod

Hello I have found a usefull Link on how to fix my Class Change situation. But... lol The code that I have found is confusing I dont get what he is doing and why? Could someone please help me...
Forum: Code Snippets/Tutorials 06-30-2010, 19:16
Replies: 292
Views: 156,476
Posted By linkosc
Re: New XP Mod tutorial

can i get a good example of how this would be done?
Forum: Scripting Help 06-30-2010, 19:12
Replies: 37
Views: 7,059
Posted By linkosc
Re: Call Of Duty Mod

Well then I must have took it the wrong way I didnt know what you meant by the PlayerClass[ID] = key+1
Forum: Code Snippets/Tutorials 06-30-2010, 08:44
Replies: 292
Views: 156,476
Posted By linkosc
Re: New XP Mod tutorial

Hello I am using this tutorial I like it alot. I have a Question. How would I stop players from changing class mid round. I would like for them to wait till new round b4 it let them change to the new...
Forum: Scripting Help 06-30-2010, 05:24
Replies: 37
Views: 7,059
Posted By linkosc
Re: Call Of Duty Mod

I tried adding that in. I recieved a few compiling errors. Im not sure what this would do anyway. I dont know what to do. Im looking throught the wc3ft Plugin to see if I can find how they do it but...
Forum: Scripting Help 06-29-2010, 00:03
Replies: 37
Views: 7,059
Posted By linkosc
Re: Call Of Duty Mod

ok I got you so I would have to set a bool var like
new bool:n_ChangeClass[33]

public DoChooseClass(id, key) {

if(key == 0) {


if(PlayerClass[id] == CLASS_ASSUALT) {
Forum: Scripting Help 06-28-2010, 22:20
Replies: 37
Views: 7,059
Posted By linkosc
Re: Call Of Duty Mod

Im still new at coding so correct me where im wrong.
Forum: Scripting Help 06-28-2010, 22:18
Replies: 37
Views: 7,059
Posted By linkosc
Re: Call Of Duty Mod

What is not clear about my code? SPaced everything out it is toatly readable
Forum: Scripting Help 06-28-2010, 21:11
Replies: 37
Views: 7,059
Posted By linkosc
Re: Call Of Duty Mod

Hey man sorry bout that here ya go. When I compile it says
DoChooseClass should return a value - just a warning

Code:
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include...
Forum: Scripting Help 06-28-2010, 19:26
Replies: 37
Views: 7,059
Posted By linkosc
Call Of Duty Mod

Hello everyone as you know I have been needing help for my new mod I am Creating. I decided instead of creating individual post to just start One thread for all the help I need lol. Anyway I have...
Showing results 1 to 25 of 149

 
Forum Jump

All times are GMT -4. The time now is 19:44.


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