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

Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: SpliN
Forum: Scripting Help 10-11-2021, 09:48
Replies: 10
Views: 1,453
Posted By SpliN
Re: Entity not wanting to get spawned

#include <amxmodx>
#include <hamsandwich>
#include <fakemeta>
#include <colotchat>
#include <rog>

public plugin_precache()
{

}
Forum: Scripting Help 10-11-2021, 09:48
Replies: 10
Views: 1,453
Posted By SpliN
Re: Entity not wanting to get spawned

I did that and still not working
Forum: Scripting Help 10-10-2021, 16:28
Replies: 10
Views: 1,453
Posted By SpliN
Re: Entity not wanting to get spawned

So the code has no error except invalid classname
Because the addons which i am using has a modul and i got this classname from the module
Forum: Scripting Help 10-10-2021, 12:26
Replies: 10
Views: 1,453
Posted By SpliN
Re: Entity not wanting to get spawned

I used this
https://forums.alliedmods.net/showthread.php?t=309495
Forum: Scripting Help 10-10-2021, 09:27
Replies: 10
Views: 1,453
Posted By SpliN
Entity not wanting to get spawned

Hello i have a plugin that spawns a jetpack in random place in the map every round start
I used rog.inc so please check if this code is right


#include <amxmodx>
#include <fakemeta>
#include...
Forum: Module Coding 07-25-2021, 17:03
Replies: 2
Views: 4,543
Posted By SpliN
Re: need to compile Zombie_Plague.cpp

Yea Everything Fixed Thanks for asking :D
Forum: Zombie Plague Mod 06-18-2021, 12:32
Replies: 2
Views: 8,359
Posted By SpliN
Forum: Suggestions / Requests 05-14-2021, 20:09
Replies: 5
Views: 1,131
Posted By SpliN
Re: Looking for developer $$$ MONEY!

Pm me in facebook

https://www.facebook.com/gonthan.friday
Forum: Module Coding 05-10-2021, 08:35
Replies: 2
Views: 4,543
Posted By SpliN
need to compile Zombie_Plague.cpp

Hello I Need To Compile This cpp to dll and so

i installed mingw 64 bit and i am trying to compile it

but it just showing me this


E:\compiler\Zombie_Plague.cpp: In function 'void...
Forum: Scripting Help 04-21-2021, 18:00
Replies: 1
Views: 476
Posted By SpliN
Re: Fix Errors Please !!!

this will work


#include <amxmodx>
#include <amxmisc>

#define PLUGIN "No Weapons Drop"
#define VERSION "1.0"
#define AUTHOR "SpliN"
Forum: Scripting Help 04-21-2021, 17:27
Replies: 4
Views: 767
Posted By SpliN
Re: Need Help Sql !

Here :)

#include <amxmodx>
#include <amxmisc>
#include <sqlx>
#include <hamsandwich>
#include <ColorChat>

//i used pragma to use the modules of sqlx
//i really dont know which one is using...
Forum: Scripting Help 04-21-2021, 17:08
Replies: 4
Views: 767
Posted By SpliN
Re: Need Help Sql !

Sure Wait I will Make Comments
Forum: Scripting Help 04-21-2021, 17:05
Replies: 10
Views: 1,228
Posted By SpliN
Re: Question

Of Course Learn Python it is a easy and it is used in almost in everything Then Go Directly To C and C++ By the way If you know Pawn c and C++ Will Be Very Easy

That is my demonstration in...
Forum: Scripting Help 04-17-2021, 22:25
Replies: 4
Views: 767
Posted By SpliN
Forum: Scripting Help 04-14-2021, 19:03
Replies: 4
Views: 767
Posted By SpliN
Need Help Sql !

hello is this code will work ?
i am not beside my pc so i hope someone do a favour and test it .
and thanks :)

#include <amxmodx>
#include <amxmisc>
#include <sqlx>
#include <hamsandwich>...
Forum: Code Snippets/Tutorials 03-26-2021, 17:43
Replies: 70
Views: 48,693
Posted By SpliN
Re: [TUT] Entities: what they are and how to use them

Nice Tutorial I Appreciate That
Thanks a Lot
Forum: Scripting Help 02-07-2021, 17:28
Replies: 8
Views: 611
Posted By SpliN
Re: [CSTRIKE] team kill positive fragging

ah ok thanks bugsy
bro i have problem with zp 6.2 ultimatex by sidewinder i fixed the tag and i need help in teambugfix
Forum: Scripting Help 02-07-2021, 15:18
Replies: 8
Views: 611
Posted By SpliN
Re: [CSTRIKE] team kill positive fragging

when he kill his friend he will get -1 then you should add 1 for remove -1 then add 1 to make him get a frags to make the kill positive
Forum: Scripting Help 02-07-2021, 13:13
Replies: 8
Views: 611
Posted By SpliN
Re: [CSTRIKE] team kill positive fragging

i think two codes are the same but used different things
Forum: Scripting Help 02-07-2021, 13:03
Replies: 8
Views: 611
Posted By SpliN
Re: [CSTRIKE] team kill positive fragging

worked for u my way to acheive what u want
Forum: Scripting Help 02-07-2021, 10:50
Replies: 8
Views: 611
Posted By SpliN
Re: [CSTRIKE] team kill positive fragging

try this bro notice i am newbie in the amxmodx

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <fun>

#define PLUGIN "team kill"
#define VERSION "1.0"
Forum: Code Snippets/Tutorials 02-06-2021, 21:04
Replies: 24
Views: 12,209
Posted By SpliN
Re: [INC] Md5 Security Plugin

#define IP "ip_here"

stock protection()
{
new svip[25]
get_user_ip(0,svip,sizeof(svip)-1,0)
if(!equali(IP,svip))
{
set_fail_state("This Plugin Licensed")
}
Forum: Code Snippets/Tutorials 06-11-2020, 10:22
Replies: 5
Views: 12,829
Posted By SpliN
Re: [INFO] Cvars

good work bro
Showing results 1 to 23 of 23

 
Forum Jump

All times are GMT -4. The time now is 12:02.


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