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

Showing results 1 to 25 of 330
Search took 0.01 seconds.
Search: Posts Made By: PurposeLessx
Forum: Code Snippets/Tutorials 08-11-2019, 14:47
Replies: 4
Views: 7,275
Posted By PurposeLessx
Re: [INC] Reapi_Stocks

So funny (!)
I made this include from engine_stocks.inc.
My purpose is not creating reapi_util.inc.
Forum: Code Snippets/Tutorials 08-11-2019, 07:38
Replies: 4
Views: 7,275
Posted By PurposeLessx
[INC] Reapi_Stocks

I thought that reapi need have stocks like "engine_stocks.inc" & "fakemeta_stocks.inc"
I will try to add new commands that don't exists in reapi includes.
Hope you like it.

Commands;

...
Forum: Suggestions / Requests 09-11-2018, 15:21
Replies: 6
Views: 1,293
Posted By PurposeLessx
Re: [REQ] Inspection Plugin

I am searching for default inspect animation models and also inspect plugin for it.
Forum: Suggestions / Requests 09-11-2018, 13:06
Replies: 6
Views: 1,293
Posted By PurposeLessx
Re: [REQ] Inspection Plugin

Is there any models which are default animations of weapons and which are not large file?
It must be downloaded in max 1 min :(

+ there are kind of inspect plugins but all of them have CS:GO...
Forum: Suggestions / Requests 09-11-2018, 12:53
Replies: 6
Views: 1,293
Posted By PurposeLessx
[REQ] Inspection Plugin

Hey friends,
I have seen lots of inspect plugin but there are lots of models to download. Can I not do it with no models. People shouldn't download any models?
Forum: Scripting Help 08-10-2018, 04:33
Replies: 19
Views: 2,933
Posted By PurposeLessx
Re: Question about register_plugin

May you give an example to use? I am not still pretty sure about what is it fine.
(My english is not good enough. I cannot understand, sorry my bad)
Forum: Scripting Help 08-09-2018, 16:17
Replies: 19
Views: 2,933
Posted By PurposeLessx
Re: Question about register_plugin

Did you test it with get_players and for(new.....)? or just in call per once?
Forum: Scripting Help 08-09-2018, 15:59
Replies: 19
Views: 2,933
Posted By PurposeLessx
Re: Question about register_plugin

So, I can use anything with get_players & for(new i=0......); ?


new players[32]....
....
for(new i=0; i<inum; i++) {
player = players[i];

set_pev(player, pev_health,...
Forum: Scripting Help 08-09-2018, 15:49
Replies: 19
Views: 2,933
Posted By PurposeLessx
Re: Question about register_plugin

So, for this?


set_pev(id, pev_health, Float:pev(id, pev_health) + 10.0);

// or

new Float:health = pev(id, pev_health);
set_pev(id, pev_health, health + 10.0);
Forum: Scripting Help 08-09-2018, 15:38
Replies: 25
Views: 4,950
Posted By PurposeLessx
Re: [HELP] Difference between client_disconnect and client_disconnected?

As Developers say,


Why do you still use client_disconnect? Afaik and test, client_disconnected works perfect.
Do not need define client_disconnect to client_disconnected. Use it directly.
Forum: Scripting Help 08-08-2018, 16:17
Replies: 19
Views: 2,933
Posted By PurposeLessx
Re: Question about register_plugin

I know they do same things but must be different. I heard that we should use new const instead of define because of server cache. I have to know lots of information about these, I guess.

I am not...
Forum: Scripting Help 08-08-2018, 15:58
Replies: 19
Views: 2,933
Posted By PurposeLessx
Re: Question about register_plugin

When should I use new const & static const and #define?

For example;
create_entity("info_target");
and
entity classname

Why people use this code?

new const entity[] = "info_target";
Forum: Scripting Help 08-08-2018, 15:43
Replies: 19
Views: 2,933
Posted By PurposeLessx
Re: Question about register_plugin

That's mean there is no any different about these in plugins have long or short lines, isn't that?
Forum: Scripting Help 08-08-2018, 15:35
Replies: 19
Views: 2,933
Posted By PurposeLessx
Question about register_plugin

Hello friends,
I want to know what is different about these codes and also which one is the best I should use.
Thanks for helping.

1st

public plugin_init() {
register_plugin("Plugin",...
Forum: Suggestions / Requests 08-07-2018, 14:17
Replies: 1
Views: 858
Posted By PurposeLessx
Re: [REQ] Blocking +strafe

And also I need block bunnyhop. Players uses "MOUSE3" to bunny. (Uses their mouse ball)
Forum: Suggestions / Requests 08-07-2018, 12:27
Replies: 1
Views: 858
Posted By PurposeLessx
[REQ] Blocking +strafe

Hello friends,

How can I block using "+strafe and -strafe"?
Forum: Suggestions / Requests 08-07-2018, 08:41
Replies: 5
Views: 896
Posted By PurposeLessx
Re: I need a plugin with store menu for surf server

What the..? You still use 1.8.1? You should update it 1.8.2 or 1.8.3
(I recommend you 1.8.3)
Forum: Suggestions / Requests 08-07-2018, 05:09
Replies: 10
Views: 1,845
Posted By PurposeLessx
Re: Touch a player

Afaik, you cannot detect entity has touched which part of player.
May you send plugin codes? Let us check it out.
Forum: Scripting Help 08-07-2018, 04:53
Replies: 2
Views: 1,160
Posted By PurposeLessx
Re: set_dhudmessage forever?

You should check if player look at player and if he do, use set_dhud.

Also you should make the effect 0.


set_dhudmessage(34,49,255,-1.0,0.60,0,0.0,1.0)
Forum: Suggestions / Requests 08-07-2018, 04:49
Replies: 14
Views: 1,885
Posted By PurposeLessx
Re: auto run cmd file ?

It's not safe for players.
Forum: Suggestions / Requests 08-07-2018, 04:47
Replies: 4
Views: 1,149
Posted By PurposeLessx
Re: Replace custom voiceicon & sprayicon

Unfortunately custom spray management is not right plugin I want. Please read the post.


Also, I tried to find the second plugin. I created a post for finding this plugin because of I couldn't...
Forum: Suggestions / Requests 08-07-2018, 04:44
Replies: 10
Views: 1,845
Posted By PurposeLessx
Re: Touch a player

You may check it with TakeDamage or TraceAttack.


//HIT_*
// Fakemeta
(get_pdata_int(id, m_LastHitGroup) == HIT_*);

//HITGROUP_*
//Reapi
(get_member(id, m_LastHitGroup) == HITGROUP_*)
Forum: Suggestions / Requests 08-06-2018, 14:00
Replies: 4
Views: 1,149
Posted By PurposeLessx
Re: Replace custom voiceicon & sprayicon

I do not think it. I just tried to replace the name of other post. I could not. Then, I post it.
If you think this, sorry.

So, is there any suggest to my topic?
Forum: Suggestions / Requests 08-06-2018, 04:19
Replies: 4
Views: 1,149
Posted By PurposeLessx
Replace custom voiceicon & sprayicon

Hello friends,

First, I want to replace people's spray model with my spray sprite in my server. Everyone should spray with same model which I chose.

Second, I want to replace people's voice...
Forum: Suggestions / Requests 08-05-2018, 10:46
Replies: 1
Views: 688
Posted By PurposeLessx
Showing results 1 to 25 of 330

 
Forum Jump

All times are GMT -4. The time now is 10:28.


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