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

Showing results 1 to 25 of 77
Search took 0.01 seconds.
Search: Posts Made By: Pattinho
Forum: Scripting Help 05-12-2012, 18:31
Replies: 9
Views: 1,244
Posted By Pattinho
Re: Clcmd disappears when it is used in another plugin?

Ah thanks ConnorMcLeod :) i will try it
Forum: Scripting Help 05-12-2012, 09:08
Replies: 9
Views: 1,244
Posted By Pattinho
Re: Clcmd disappears when it is used in another plugin?

ye but then it blocks in the another plugin. Well the first plugin is main plugin , if you press g ("drop") then you get a little bit turbo. With the new Plugin which i do, i try to check out when he...
Forum: Scripting Help 05-11-2012, 20:01
Replies: 9
Views: 1,244
Posted By Pattinho
Re: Clcmd disappears when it is used in another plugin?

The Problem is that i dont have the source Code of the second plugin. Because I create a anti cheat plugin but i have to know when someone is pressing g , but the main plugin is using this command...
Forum: Scripting Help 05-11-2012, 19:26
Replies: 9
Views: 1,244
Posted By Pattinho
Clcmd disappears when it is used in another plugin?

Hey,

i try to make a new plugin and i need to check if the client is using "drop". I test it and it doesnt works, because i know that another plugin is using this command too. So if i put the...
Forum: Scripting Help 05-10-2012, 10:00
Replies: 9
Views: 1,695
Posted By Pattinho
Re: Download the sounds if they do not have

Well at first you should change the Random num, because it is between 0 and 1 instead of 1 and 2.

and its better if you use this here.

public plugin_precache()
{
for(new i = 0; i <...
Forum: Scripting Help 05-10-2012, 09:19
Replies: 15
Views: 2,060
Posted By Pattinho
Re: Server crash with loop

So you want a plugin which turns the interp to 0.01 after they joined your server and agreed ?
Forum: Scripting Help 05-10-2012, 09:07
Replies: 15
Views: 2,060
Posted By Pattinho
Re: Server crash with loop

ye that would be much better something like that.

public Interp(){
new maxplayers = get_maxplayers();
for(new id = 1; id <= maxplayers; id++){
if(is_user_alive(id)){
...
Forum: Scripting Help 05-10-2012, 08:48
Replies: 15
Views: 2,060
Posted By Pattinho
Re: Server crash with loop

Why do you use a while loop ? Because if you just wanna ask one person with it, it makes no sense.
Forum: Scripting Help 05-10-2012, 07:00
Replies: 9
Views: 1,712
Posted By Pattinho
Re: Name into Model

Ah so he just split the model into 10 others ? ah ye then its really better to make different models. Thanks for all
Forum: Scripting Help 05-10-2012, 06:24
Replies: 9
Views: 1,712
Posted By Pattinho
Re: Name into Model

I found something in the plugin of American Football Mod, he use this for set a player a model

public set_user_model(id)
{
id -= 30437, lastmove[0] = (lastmove[0] <= 0.2) ? 0.0 : lastmove[0] -...
Forum: Scripting Help 05-09-2012, 19:49
Replies: 9
Views: 1,712
Posted By Pattinho
Re: Name into Model

Im so sorry bazhenov93 :D

Well I have a clan and i just wanna do for every member a special model with his name in his back. And its just annoying to download for everyone 10 models or something...
Forum: Scripting Help 05-08-2012, 09:39
Replies: 9
Views: 1,712
Posted By Pattinho
Name into Model

Hey guys,

i just have a question. For example, i have a custom model. Is it possible through a plugin to put the name of the mate into this model ? So that no one has to download every model, just...
Forum: Scripting Help 04-15-2012, 19:47
Replies: 0
Views: 518
Posted By Pattinho
Roundtime problems

Hey guys,
i have a problem with the Roundtime. I got a own Timer and he counts up from 0 to 30. And i think it would be good if we can see this timer on the roundtimer display too. I found out...
Forum: Scripting Help 04-12-2012, 11:29
Replies: 2
Views: 654
Posted By Pattinho
Re: Only one Person can see that Beam

ah thanks a lot :D and ye its just a beam between 2 origins
Forum: Scripting Help 04-12-2012, 11:24
Replies: 2
Views: 654
Posted By Pattinho
Only one Person can see that Beam

Hey guys,
is it possible to make a beam that only one Person, who activated it, can see it ? When yes how ?
Forum: German 04-12-2012, 09:29
Replies: 0
Views: 915
Posted By Pattinho
Roundtime überrschreibt sich

Hey,
unzwar habe ich folgendes Problem. Ich habe in meinem Plugin ein Timer eingebaut der von 0 bis 30 min läuft, soweit so gut läuft alles und dann hatte ich die Idee diesen Timer auch in den...
Forum: Scripting Help 03-12-2012, 12:04
Replies: 9
Views: 1,545
Posted By Pattinho
Re: Locking teams automatically

Well it can hook , because Soccerjam Mod is using VGUI Menu too.

Here a part of Soccerjam, maybe you find something or try maybe to copy it

public plugin_init(){
.......
Forum: Scripting Help 03-12-2012, 11:09
Replies: 9
Views: 1,545
Posted By Pattinho
Re: Locking teams automatically

ah forgot something add this.


Edit* That should work now

new tplayers
new ctplayers
new specplayers

new max_players
Forum: German 03-12-2012, 10:48
Replies: 6
Views: 1,808
Posted By Pattinho
Re: Menu Colors

Also ich weiss jetzt wo das Problem liegt. Für alle die das auch haben. Das problem liegt daran weil ich den web compiler benutze und er kann so backslash net ab bzw wird das herausgepickt. Daher...
Forum: Scripting Help 03-12-2012, 10:45
Replies: 4
Views: 4,325
Posted By Pattinho
Re: Menu Colors

Ah that could be because i always compile through web compiler. Well i will test it Thanks you :)

Edit*
I tested it now and it works. All about the webcompiler :D
Forum: Scripting Help 03-12-2012, 10:44
Replies: 9
Views: 1,545
Posted By Pattinho
Re: Locking teams automatically

Ye when someone is joining the team through the menu, because jointeam and the menu is the same, if you press for example in the menu Terrorist then he writes in your console jointeam 1.
Forum: Scripting Help 03-12-2012, 10:30
Replies: 9
Views: 1,545
Posted By Pattinho
Re: Locking teams automatically

Well about Spectator its the same with the default menu you can only join 1 time in a round.
About how to check when a player is joining a Team use this


new tplayers
new ctplayers
new...
Forum: Scripting Help 03-12-2012, 10:14
Replies: 4
Views: 4,325
Posted By Pattinho
Menu Colors

Hey guys,
i have the problem that when i wanna have different colors in my menu, that this doesnt work. For example:public Upgrade_Menu(id){
new menu = menu_create("Upgrade Menu",...
Forum: German 03-11-2012, 07:47
Replies: 6
Views: 1,808
Posted By Pattinho
Re: Menu Colors

Ist mir schon klar, aber da liegt das Problem das er das nicht macht sondern einfach nur wStamina zeigt.


Und ich benutze das neuste
Forum: German 03-11-2012, 07:26
Replies: 6
Views: 1,808
Posted By Pattinho
Re: Menu Colors

könnte es vielleicht am server settings liegen ? Denn wenn ich selbst dein plugin nehme und es compile zeigt er bei mir nur w an statt in weiss
Showing results 1 to 25 of 77

 
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