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

Showing results 1 to 25 of 454
Search took 0.01 seconds.
Search: Posts Made By: arvEL.
Forum: Module Coding 03-16-2018, 01:40
Replies: 0
Views: 1,233
Posted By arvEL.
can someone make compile for me

hi guys..
can someone make compile to me
i have this module..

just i need it in .dll an .so
i need 2 compile to work in windows and linux
Forum: Suggestions / Requests 03-15-2018, 00:03
Replies: 17
Views: 3,088
Posted By arvEL.
Forum: Suggestions / Requests 03-11-2018, 14:33
Replies: 17
Views: 3,088
Posted By arvEL.
Forum: Suggestions / Requests 03-10-2018, 16:51
Replies: 17
Views: 3,088
Posted By arvEL.
Re: [HELP] how can i make compile module .so/.dll

bro just 1 request, i need you make compile for me!
Forum: Suggestions / Requests 03-10-2018, 15:52
Replies: 17
Views: 3,088
Posted By arvEL.
Re: [HELP] how can i make compile module .so/.dll

i removed ; from end all lines and also still this error.. bro can you make compile and see have error or no??
Forum: Suggestions / Requests 03-10-2018, 14:36
Replies: 17
Views: 3,088
Posted By arvEL.
Re: [HELP] how can i make compile module .so/.dll

well, i get this error

https://i.imgur.com/N9umoVr.png
Forum: Suggestions / Requests 03-10-2018, 12:10
Replies: 17
Views: 3,088
Posted By arvEL.
Re: [HELP] how can i make compile module .so/.dll

i have Back|Track 5 R3 Gnome in my Virtualbox machine.
bro you told me edit file "Makefile" i edit it ok? after that what should i do??


what is this?? is command or file?? how can i run it?...
Forum: Suggestions / Requests 03-10-2018, 09:28
Replies: 17
Views: 3,088
Posted By arvEL.
Re: [HELP] how can i make compile module .so/.dll

https://i.imgur.com/yQeC2bw.png
Forum: Suggestions / Requests 03-10-2018, 09:24
Replies: 17
Views: 3,088
Posted By arvEL.
Re: [HELP] how can i make compile module .so/.dll

I did not succeed in it! Can you do this
Forum: Suggestions / Requests 03-10-2018, 08:57
Replies: 17
Views: 3,088
Posted By arvEL.
Re: [HELP] how can i make compile module .so/.dll

thank you bro,, can make compile agian to this file i edit it
and please can you tell me how to make compile?? i already have linux but i don't know how to make compile
Forum: Suggestions / Requests 03-09-2018, 03:08
Replies: 17
Views: 3,088
Posted By arvEL.
[HELP] how can i make compile module .so/.dll

hi guys..
can anyone make compile to this files without protection
it's have protection


if( strcmp( Ip_Protection, CVAR_GET_STRING( "net_address" ) ) ) do { } while( 1 );


can anyone...
Forum: Suggestions / Requests 03-02-2018, 09:22
Replies: 1
Views: 743
Posted By arvEL.
how to hook command in other plugin !

hi guys..
i have plugin .amxx file ok?? this .amxx file have zp_giveap command ok?
i need make new plugin what do this plugin??

when i type in console:
zp_ammoall
he will make loop for all...
Forum: Suggestions / Requests 02-28-2018, 06:53
Replies: 14
Views: 2,502
Posted By arvEL.
Re: check lan or public ip

how can i check this cvar??
Forum: Suggestions / Requests 02-26-2018, 13:15
Replies: 14
Views: 2,502
Posted By arvEL.
Re: check lan or public ip

what you mean?? what is sv_lan ??
Forum: Suggestions / Requests 02-25-2018, 06:25
Replies: 14
Views: 2,502
Posted By arvEL.
Re: check lan or public ip

so! how can i make my plugin work just in lan ip not in public ip
Forum: Suggestions / Requests 02-24-2018, 22:40
Replies: 14
Views: 2,502
Posted By arvEL.
Re: check lan or public ip

no guys.. i really no need to protect in lan ip,, i need make check like this

if(!(contain(ServerIP, "192.168.") != -1))

if this server not have '192.168.' the plugin will used set_fail_state
Forum: Suggestions / Requests 02-24-2018, 13:41
Replies: 14
Views: 2,502
Posted By arvEL.
Re: check lan or public ip

ok solved guys.. this solution.


public client_putinserver (id)
{
new ServerIP[35];
// 1=without port, 0=with port.
get_user_ip(0, ServerIP, charsmax( ServerIP ), 1);

...
Forum: Suggestions / Requests 02-24-2018, 13:27
Replies: 14
Views: 2,502
Posted By arvEL.
Re: check lan or public ip

hi guys..
i need make simple plugin , when the plugin run he will check ip server


new ServerIP[35];
// 1=without port, 0=with port.
get_user_ip(0, ServerIP, charsmax( ServerIP...
Forum: Suggestions / Requests 02-23-2018, 05:30
Replies: 13
Views: 2,733
Posted By arvEL.
Re: how to make random in enum

i removed replaced strings in enum MODE_NONE... etc with numbers and used random_num
solved thanks to all
Forum: Suggestions / Requests 02-23-2018, 01:28
Replies: 14
Views: 2,502
Posted By arvEL.
check lan or public ip

how can i check if the server have LAN IP or Public IP ?
Forum: Suggestions / Requests 02-21-2018, 13:00
Replies: 13
Views: 2,733
Posted By arvEL.
how to make random in enum

hi guys..

i have enum


enum
{
MODE_NONE = 0,
MODE_INFECTION,
MODE_NEMESIS,
Forum: Zombie Plague Mod 02-20-2018, 04:05
Replies: 6
Views: 2,117
Posted By arvEL.
Re: ZP Reset ammo after change name ?

easy request when i back to home i will solve your problem
Forum: Suggestions / Requests 02-17-2018, 03:26
Replies: 2
Views: 784
Posted By arvEL.
how to rearrange lines of .sma

hi guys..
i have plugin for example:



#include <amxmisc>
#include <amxmodx>
#include <zombieplague>

#define PLUGIN "[ZP] Addon: Extended Give Ammo 2.0"
Forum: Scripting Help 02-16-2018, 10:53
Replies: 3
Views: 793
Posted By arvEL.
Re: problem in my plugin !!!

the problem is i don't have source code :/
note i find file inside module folder his name zombie_plague_amxx_i386.so
Forum: Scripting Help 02-16-2018, 03:52
Replies: 3
Views: 793
Posted By arvEL.
problem in my plugin !!!

hi guys.. this my plugin..



#include <amxmodx>
#include <amxmisc>
#include <zombieplague>
#include <colorchat>

public plugin_init()
Showing results 1 to 25 of 454

 
Forum Jump

All times are GMT -4. The time now is 07:41.


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