Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 38
Search took 0.01 seconds.
Search: Posts Made By: webbhelp
Forum: Scripting 05-14-2010, 07:25
Replies: 5
Views: 4,882
Posted By webbhelp
Re: AddCommandListener undefined symbol

Ok the thing I want to do is that the players will write login or !login,/login and then there username.

How can I listen for a !login or login command and then take the username they wrote after...
Forum: Scripting 05-13-2010, 12:18
Replies: 5
Views: 4,882
Posted By webbhelp
Re: AddCommandListener undefined symbol

I upgrade my version And no more error message!

but the function never calls:
AddCommandListener(Command_Login, "login");

public Action:Command_Login(client, const String:command[], argc)
{...
Forum: Scripting 05-13-2010, 10:01
Replies: 5
Views: 4,882
Posted By webbhelp
AddCommandListener undefined symbol

Hi!

My code:

public OnPluginStart()
{
AddCommandListener(Command_Login, "login");

....
Forum: Scripting 05-13-2010, 09:59
Replies: 5
Views: 1,878
Posted By webbhelp
Re: 3-Dimensional Array

no that is true thanks :D

And FaTony I will have fun with this :D
Forum: Scripting 05-09-2010, 11:07
Replies: 6
Views: 1,803
Posted By webbhelp
Re: SQL 30 querys per minute :S

I have successed to select and insert, update to a db that is not the problem.

But i don't know how to do it in the threaded way; I want a solution that not crasches or make the server lagging or...
Forum: Scripting 05-09-2010, 07:59
Replies: 5
Views: 1,878
Posted By webbhelp
Re: 3-Dimensional Array

aha so I can create a 10 dimensional array if I wanted to, now limit?

Thanks
Forum: Scripting 05-09-2010, 07:42
Replies: 6
Views: 1,803
Posted By webbhelp
Re: SQL 30 querys per minute :S

I can PHP - MySQL good.

I can all this SQL commands so the problem is more sourcepawn code.

Why I don't understand everything... Don't know...
Popoklopsi...
Forum: Scripting 05-09-2010, 07:09
Replies: 5
Views: 1,878
Posted By webbhelp
3-Dimensional Array

Hi!

Can somebody tell me how a 3-Dimensional array works and how I can use/write it in sourcepawn code?

Thanks!
Forum: Scripting 05-09-2010, 07:08
Replies: 6
Views: 1,803
Posted By webbhelp
SQL 30 querys per minute :S

Hi!

Now I am doing my onw real project. In this project I can choose to save 2 ID and a weapon name in a database everytime someone dies.
Or I can choose to put all this querys together and only...
Forum: Scripting 03-26-2010, 09:10
Replies: 6
Views: 2,210
Posted By webbhelp
Re: Player connecting

Hi!

Sry I have forgot to reply but THANKS a lot for helping me :)

This is A PCW script, so... the player will not get into spectator :)
Forum: Scripting 03-25-2010, 18:37
Replies: 11
Views: 4,233
Posted By webbhelp
Re: Cordinate, color and animate text

Actually this is for counter strike source [CSS]

I want a texst shows upp on a special location, the text is how much point he earned for a kill!
Forum: Scripting 03-24-2010, 18:01
Replies: 11
Views: 4,233
Posted By webbhelp
Re: Cordinate, color and animate text

What do you mean, I don't want to use the center text, I want to set my own cordinates on the text like... in the center right or top right.

HudText sounds like the text who shows HP, ammo and...
Forum: Scripting 03-24-2010, 17:54
Replies: 11
Views: 4,233
Posted By webbhelp
Re: Cordinate, color and animate text

Sry but is it possible to give a text a position, like left corner, or something? =)
Forum: Scripting 03-17-2010, 06:45
Replies: 11
Views: 4,233
Posted By webbhelp
Re: Cordinate, color and animate text

to bad :(

Not even possbile to cordinate text?
animation is only a huge bonus but, cordinate text next to the player?
Forum: Scripting 02-12-2010, 06:12
Replies: 1
Views: 947
Posted By webbhelp
Events, ex player_hurt and plugin_handled

Hi!

I was thinking about events like player_hurt.
In the event function player_hurts, if I use plugin_handled, doesn't the player get hurt then? or?

How can I do, like this:
If the bomb...
Forum: Scripting 02-12-2010, 02:44
Replies: 11
Views: 4,233
Posted By webbhelp
Cordinate, color and animate text

Hi!

I want to do like this: When a player kill another player they got a green text which content like: 10+, and the player who died got the text 10- or something.

How I write text to the...
Forum: Scripting 02-09-2010, 13:25
Replies: 6
Views: 2,210
Posted By webbhelp
Re: Player connecting

I don't get it work, but I am pretty sure I did wrong to and I think I now what the wrong is:


public bool:OnClientConnect(client, new string:rejectMsg[40] = "The game has already begun, try...
Forum: Scripting 02-03-2010, 04:49
Replies: 6
Views: 2,210
Posted By webbhelp
Re: Player connecting

I don't want to use sv_password because if the game/pcw, hasn't begun, you got access to join the server, but if it has started, you will receive a message like "The game has already begun, and you...
Forum: Scripting 02-01-2010, 10:33
Replies: 6
Views: 2,210
Posted By webbhelp
Player connecting

Hi!

I want to now if a player connect, and I will then kick him if the game already has start!
If not, His ingame name will be showed in a panel/menu, with tag: connecting

The things is: How...
Forum: Scripting 01-31-2010, 18:10
Replies: 3
Views: 1,583
Posted By webbhelp
Give money!

Hi!

I will give all players money when the round start.
I read this thread: http://forums.alliedmods.net/showthread.php?t=94080&highlight=give+money

But I don't understand it, can you help me...
Forum: Scripting 01-31-2010, 10:31
Replies: 7
Views: 1,787
Posted By webbhelp
Re: Save stats (DB)

I see, Want to save which weapon hitbox, and which player shot.

How do you use a 2Dimensioal array then, how you save which player who shot and which weapon AND bombs and things like that?

Do...
Forum: Scripting 01-30-2010, 11:41
Replies: 7
Views: 1,787
Posted By webbhelp
Re: Save stats (DB)

hmm... I don't know!

I don't think I got the same controle with the plugin, if I don't create it by my self, because I will implent it nice on my own website, which is going to be a community...
Forum: Scripting 01-29-2010, 10:52
Replies: 7
Views: 1,787
Posted By webbhelp
Re: Save stats (DB)

Ok, I you do not save to the MySQl database everytime something happends?
I thought that was to much SQl querys but...

What stats do you save?

I will save, which weapon, and deads, kills, and...
Forum: Scripting 01-29-2010, 04:04
Replies: 7
Views: 1,787
Posted By webbhelp
Re: Save stats (DB)

Somebody got a idé? :P
Forum: Scripting 01-28-2010, 15:34
Replies: 7
Views: 1,787
Posted By webbhelp
Save stats (DB)

Hi!

I started with a pretty big project today and to that project I need stats!

I want to save everytime somebody beeing killed:
Which weapon, Hitbox and things like that!

On the website,...
Showing results 1 to 25 of 38

 
Forum Jump

All times are GMT -4. The time now is 06:59.


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