Raised This Month: $ Target: $400
 0% 

Showing results 1 to 24 of 24
Search took 0.04 seconds.
Search: Posts Made By: Neyko
Forum: Source Servers (SRCDS) 06-30-2016, 18:34
Replies: 0
Views: 440
Posted By Neyko
Searching for a coder :P

Looking for someone who can code a plugin!
Its a pretty large plugins and I might need more help
with other ideas I got...
Forum: Source Servers (SRCDS) 06-30-2016, 18:32
Replies: 1
Views: 619
Posted By Neyko
Console random errors.

So I have some random console errors and NO I don't have any store plugin...

errors>

http://i.imgur.com/N6iN3Jx.png
Forum: Scripting 06-29-2016, 18:00
Replies: 3
Views: 816
Posted By Neyko
Re: So i tried this... (CS_SetClientClanTag

Dude this is the right page????
Forum: Scripting 06-29-2016, 17:51
Replies: 3
Views: 816
Posted By Neyko
So i tried this... (CS_SetClientClanTag

So I'm learning, and basically idk whats wrong here? Can some1 help me or fix it and then explain cuz I don't understand and before u say I'm stupid pls read the first 3 sentences again :P

Thanks!...
Forum: General 06-29-2016, 10:45
Replies: 1
Views: 884
Posted By Neyko
Console random errors. What are these?

So I get these errors every time on warmup and it spammes out my console -.-

http://i.imgur.com/N6iN3Jx.png


I hope this is were this post belongs...
Forum: Scripting Help 06-29-2016, 09:57
Replies: 3
Views: 402
Posted By Neyko
Re: Console random errors. What are these?

OBS how do i delete or move
Forum: Scripting Help 06-29-2016, 09:36
Replies: 3
Views: 402
Posted By Neyko
Re: Console random errors. What are these?

And no, I don't have a store plugin....?? wtf
Forum: Scripting Help 06-29-2016, 09:35
Replies: 3
Views: 402
Posted By Neyko
Console random errors. What are these?

Why do I get these errors and what are they=??? don't understand, at warmup I get spammed with these :/

http://i.imgur.com/N6iN3Jx.png
Forum: Scripting 06-29-2016, 06:50
Replies: 1
Views: 773
Posted By Neyko
CS_SetClanTag? Help.... :/

So by doing this I got some errors and I don't understand what I'm doing wrong here...
It will be really appreciated if someone could fix it or at least help me with it :P

Errors:
...
Forum: Source Servers (SRCDS) 06-28-2016, 19:36
Replies: 3
Views: 2,019
Posted By Neyko
CS_SetClientClanTag works??

public OnClientPutInServer(client)
{
new String:Country[99], String:IP[99];

GetClientIP(client, IP, sizeof(IP), true);

if(!GeoipCountry(IP, Country, sizeof Country))
{
...
Forum: Source Servers (SRCDS) 06-28-2016, 07:52
Replies: 5
Views: 919
Posted By Neyko
Re: How do i print (-_*¨'!) etc.... /aka symbols

Okay ill try! thanks for your time <3
Forum: Source Servers (SRCDS) 06-28-2016, 07:31
Replies: 5
Views: 919
Posted By Neyko
Re: How do i print (-_*¨'!) etc.... /aka symbols

Problems is it will fuck up the printing message...
Is there not a way to tell it to print text from a document?
like phrases or something else?
Forum: Source Servers (SRCDS) 06-28-2016, 06:58
Replies: 5
Views: 919
Posted By Neyko
How do i print (-_*¨'!) etc.... /aka symbols

So i tried this and i got errors....
How can i print it to the console then? Ive seen this server/servers
for example: House Of Climb .....
Do i use a .phrases.text file to do it and if yes, then...
Forum: Scripting 06-28-2016, 06:52
Replies: 18
Views: 3,323
Posted By Neyko
Re: TIMERS errors :/

LoL sorry for this spamm but im new to this forum and as soon as i created a new one with a similar name, it didnt showup in my "view my posts", and i thought it never got published.......
Forum: Scripting 06-27-2016, 16:14
Replies: 18
Views: 3,323
Posted By Neyko
Re: TIMERS errors :/

ty :/ didnt even notice that .....

and sorry for all the posts i made, im new to this forum rip rip :cry::cry:
Forum: Scripting 06-27-2016, 16:08
Replies: 18
Views: 3,323
Posted By Neyko
Re: TIMERS errors :/

it fixed the warning but i still get this in the console and the hint dosnt evern print to the client :/


L 06/27/2016 - 22:04:51: [SM] Exception reported: Client index 0 is invalid
L 06/27/2016...
Forum: Scripting 06-27-2016, 16:06
Replies: 18
Views: 3,323
Posted By Neyko
Re: Timers error! pls help :/

sorry wasnt meant, couldnt see all the threads on my view my posts, they got merged together or something ://
Forum: Scripting 06-27-2016, 15:36
Replies: 18
Views: 3,323
Posted By Neyko
Timers error! pls help :/

so i decided to add some timers to my plugin....

Console Errors:

L 06/27/2016 - 21:22:03: [SM] Exception reported: Client index 0 is invalid
L 06/27/2016 - 21:22:03: [SM] Blaming:...
Forum: Scripting 06-27-2016, 15:26
Replies: 18
Views: 3,323
Posted By Neyko
TIMERS errors :/

So i decided to add some timers to my plugin! And ofc i get some shitty errors :/

Errors:

Console Errors:

L 06/27/2016 - 21:22:03: [SM] Exception reported: Client index 0 is invalid
L...
Forum: Scripting 06-27-2016, 14:59
Replies: 18
Views: 3,323
Posted By Neyko
TIMERS errors :/

So i added some code into my Match Making plugin but i got some errors :/

Errors:

/home/groups/sourcemod/upload_tmp/phpPyIFYJ.sp(227) : warning 209: function "Timer_HintText" should return a...
Forum: Scripting 06-27-2016, 13:16
Replies: 18
Views: 3,323
Posted By Neyko
Re: TIMER_REPEAT dosnt work :/

I want it to stop the hint text and the printtochat was only a thing so I know that it actually stopped when the warmup is over
Forum: Scripting 06-27-2016, 08:48
Replies: 18
Views: 3,323
Posted By Neyko
TIMER_REPEAT dosnt work :/

So i tried to put a HintText in my own matchmaking plugin... and used the repeat timer so it dosnt die...

My code:


public OnMapStart()
{
GetTeamName(TEAM1, teams[TEAM1], MAX_ID);...
Forum: Source Servers (SRCDS) 06-26-2016, 14:22
Replies: 4
Views: 1,021
Posted By Neyko
Re: Hey! Need help!

Thanks dude! I found the function "ServerCommand" and it says that it is supposed to execute server commands but I don't know how to use it really, can someone help me? Is there an example of another...
Forum: Source Servers (SRCDS) 06-26-2016, 06:46
Replies: 4
Views: 1,021
Posted By Neyko
Hey! Need help!

Hey guys, So I'm new to this Sourcemod language and ive been wondering if theres a list of all "statements" you can use while scripting... Right now I have a problem where I want the plugin to print...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT -4. The time now is 00:56.


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