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

Showing results 1 to 25 of 140
Search took 0.01 seconds.
Search: Posts Made By: crnova
Forum: New Plugin Submissions 07-15-2017, 17:21
Replies: 24
Views: 15,688
Posted By crnova
Re: [BB] Addon: Ammo-Pack System v2.2 [API Shop, nVault Saving, AP Rewards and more!]

I've made this a year ago while i was still a beginner, i'll be updating this later in the future
Forum: Suggestions / Requests 07-15-2017, 17:18
Replies: 9
Views: 2,459
Posted By crnova
Re: base builder extra items

Do you still need this?
Forum: Scripting Help 06-17-2016, 21:24
Replies: 1
Views: 628
Posted By crnova
Re: how to make ban list

search for amxbas
Forum: Suggestions / Requests 06-12-2016, 15:06
Replies: 4
Views: 1,117
Posted By crnova
Re: Stock to print only in Admin Chat

for (new i = 0; i < count; i++)
{
message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players[i]);
write_byte(players[i]);
write_string(msg);
...
Forum: Suggestions / Requests 06-11-2016, 13:58
Replies: 7
Views: 2,312
Posted By crnova
Re: [REQ] Remove Round Timer, Money and BuyZone

Why do you wanna use fakemeta? engine is much better,
here read this:

https://forums.alliedmods.net/showthread.php?t=88792
Forum: Suggestions / Requests 06-11-2016, 13:39
Replies: 15
Views: 3,255
Posted By crnova
Re: [REQ] Clan Register

Would you like clans to be saved in MySQL or SQLite?
Forum: Suggestions / Requests 05-21-2016, 17:38
Replies: 2
Views: 719
Posted By crnova
Forum: Suggestions / Requests 05-13-2016, 17:52
Replies: 20
Views: 2,169
Posted By crnova
Re: [EDIT] Make SHOP with ammo packs

np :)

don't forget to include <bb_ammopacks> #include <bb_ammopacks> in your shop items
Forum: Suggestions / Requests 05-13-2016, 10:44
Replies: 4
Views: 905
Posted By crnova
Re: Need EDIT Sma

No, he's not allowed to do it at all, even if 2 weeks has passed
Forum: Suggestions / Requests 05-13-2016, 07:41
Replies: 20
Views: 2,169
Posted By crnova
Re: [EDIT] Make SHOP with ammo packs

Done, check line 88 to see what i did
Forum: Suggestions / Requests 05-12-2016, 16:40
Replies: 20
Views: 2,169
Posted By crnova
Re: [EDIT] Make SHOP with ammo packs

Send me the thunderbolt sma, i'll show you how to do it
Forum: Suggestions / Requests 05-10-2016, 15:20
Replies: 7
Views: 1,307
Posted By crnova
Re: Life is great

hahahahahaha
Forum: Suggestions / Requests 05-09-2016, 19:27
Replies: 20
Views: 2,169
Posted By crnova
Re: [EDIT] Make SHOP with ammo packs

lol, can't make items?, did you read the API Tutorial, everything is there just READ :rtfm:
Forum: Suggestions / Requests 05-09-2016, 12:51
Replies: 2
Views: 391
Posted By crnova
Re: [REQ] Chat

https://forums.alliedmods.net/showthread.php?p=236886
Forum: Suggestions / Requests 05-09-2016, 07:28
Replies: 9
Views: 2,157
Posted By crnova
Re: who can found the problem :D

Don't use online compiler, use the local one
Forum: Scripting Help 05-08-2016, 11:14
Replies: 2
Views: 471
Posted By crnova
Re: Question!

Oh, thank you!
Forum: Scripting Help 05-08-2016, 07:29
Replies: 2
Views: 471
Posted By crnova
Question!

Why do most people use this:

#include <amxmodx>

new g_iCountDown


public plugin_init()
{
set_task( 60.0, "task_countdown", _, _, "b")
Forum: Suggestions / Requests 05-04-2016, 16:52
Replies: 20
Views: 2,169
Posted By crnova
Re: [EDIT] Make SHOP whit ammo packs

lol, why not just use my plugin, Just search lol
Forum: Suggestions / Requests 04-27-2016, 16:26
Replies: 3
Views: 718
Posted By crnova
Re: Looking for Math genious!

if you need a math genius, you're using it right now
Forum: Suggestions / Requests 04-23-2016, 17:17
Replies: 24
Views: 2,986
Posted By crnova
Re: [REQ] /Remove command plugin for jailbreak!

LOL, we need the sma, to make the "/remove" cmd, unless your VIP System is API, share, the "includename.inc"
Forum: Suggestions / Requests 04-23-2016, 07:41
Replies: 8
Views: 2,451
Posted By crnova
Re: [REQ] Level System.

Google how to fucking compile it, we're not gonna do everything for you
Forum: Suggestions / Requests 04-22-2016, 06:24
Replies: 4
Views: 996
Posted By crnova
Re: Sugestions

And you actually think someone will do this for you, for free?
Forum: Suggestions / Requests 04-20-2016, 17:01
Replies: 9
Views: 4,221
Posted By crnova
Re: alias screenshot

A rewrite of your plugin, should fix it

#include <amxmisc>

public plugin_init()
{
register_plugin( "amx screenshot", "1.0", "nQuicK")

register_concmd( "amx_screenshot",...
Forum: Suggestions / Requests 04-20-2016, 13:07
Replies: 4
Views: 832
Posted By crnova
Re: [HELP] Player data randomly wipes (SQLite)

Okay i've solved the problem :D

The problem was when a map change occurs, all the players disconnect, and when they disconnect this happens:

public artifacts_disconnect(id)
{
Save_SQLite(id)...
Forum: Suggestions / Requests 04-20-2016, 06:28
Replies: 4
Views: 832
Posted By crnova
Re: [HELP] Player data randomly wipes (SQLite)

I'll try that, but i'm guessing the problem is,


public plugin_end()
{
if( g_SqlConnection != Empty_Handle )
{
SQL_FreeHandle(g_SqlConnection)
}
Showing results 1 to 25 of 140

 
Forum Jump

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


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