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

Showing results 1 to 25 of 53
Search took 0.00 seconds.
Search: Posts Made By: PorcusorulMagic
Forum: Plugins 01-06-2023, 08:12
Replies: 114
Views: 55,460
Posted By PorcusorulMagic
Re: [CS:GO] MyJailShop (a redux rewrite of Jail Shop) [1.5.0 / 20-08-18]

myjailshop_freeday.smx doesn't work
[SM] Unable to load plugin "MyJailShop/myjailshop_freeday.smx": Native "warden_freeday_set" was not found

but i have all addons from MyJailbreak.
Forum: Scripting 08-13-2021, 10:15
Replies: 0
Views: 668
Posted By PorcusorulMagic
[CSGO] get5 compile problem

Hello! When i try to compile get5 i get this error
//// get5.sp
//
// get5/jsonhelpers.sp(9) : error 139: could not find type "JSONCellType"
// get5/jsonhelpers.sp(11) : error 017: undefined...
Forum: Plugins 05-05-2020, 01:04
Replies: 29
Views: 24,870
Posted By PorcusorulMagic
Re: [CS:GO] Extended Player Death Info

This plugin is now implemented in CS:GO , well done Valve
https://blog.counter-strike.net/index.php/2020/05/30002/
Forum: Unapproved Plugins 04-03-2020, 03:06
Replies: 1,862
Views: 1,156,789
Posted By PorcusorulMagic
Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name

Edit the thread because you wrote 2 april 2019 , but its 2020 :D
Forum: General 11-19-2019, 10:21
Replies: 21
Views: 6,707
Posted By PorcusorulMagic
Re: new CS:GO update

I got this problem for my server too
I have sm 1.9
Forum: Scripting 10-31-2019, 10:41
Replies: 5
Views: 1,897
Posted By PorcusorulMagic
Re: [CSGO] Advanced Basebans

It works! Thank you :D
Forum: Scripting 10-24-2019, 10:14
Replies: 5
Views: 1,897
Posted By PorcusorulMagic
Re: [CSGO] Advanced Basebans

I got this error:
//// basebans.sp
//
// basebans/banarena.sp(36) : error 017: undefined symbol "playerinfo"
// basebans/banarena.sp(36) : warning 215: expression has no effect
//...
Forum: Scripting 10-24-2019, 09:03
Replies: 5
Views: 1,897
Posted By PorcusorulMagic
[CSGO] Advanced Basebans

Hello! I tried to edit basebans , but i got 2 problems (i think i made a retarded way to edit this , but okay :D)
This is the sp:
/**
* vim: set ts=4 :
*...
Forum: Unapproved Plugins 10-18-2019, 17:19
Replies: 1,862
Views: 1,156,789
Posted By PorcusorulMagic
Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name

We are all waiting , cs20 best case (for me :D) i got a lot of nostalgia when i see the skins :D
Forum: Unapproved Plugins 10-01-2019, 06:47
Replies: 1,862
Views: 1,156,789
Posted By PorcusorulMagic
Forum: Unapproved Plugins 09-13-2019, 07:12
Replies: 132
Views: 60,963
Posted By PorcusorulMagic
Re: [CS:GO] Fortnite Emotes Demo (v1.0.1, 12 Sep 2019)

Now it looks like Team Fortress 2 ,btw good job
Forum: Plugins 09-02-2019, 09:36
Replies: 8
Views: 9,446
Posted By PorcusorulMagic
Re: [ANY] survival_equip crash fix (V1.0, 2019-09-01)

It works , thank you! But can you do if someone try to use the command in server to kick him?
Forum: Plugin/Gameplay Ideas and Requests 08-14-2019, 04:56
Replies: 5
Views: 1,771
Posted By PorcusorulMagic
[CSGO] !servers command

Hello! I'm looking for a plugin that type !servers will appear a server list (with cfg sure) in a menu.
And if i press button 1 or 2 i want to be redirected to this server. (My english is bad again...
Forum: Scripting 08-01-2019, 19:06
Replies: 2
Views: 1,420
Posted By PorcusorulMagic
Re: Change roundtime plugin

Untested

#include <sourcemod>

public OnPluginStart()
{
HookEvent("round_start", OnRoundStart, EventHookMode_PostNoCopy);
}

public OnRoundStart(Handle:event, const String:name[],...
Forum: Scripting 07-26-2019, 10:40
Replies: 2
Views: 1,489
Posted By PorcusorulMagic
Re: Change C4 model on player's back.

Maybe this? https://forums.alliedmods.net/showthread.php?p=1821388
Edit: Don't respond , this is not what you are searching
Forum: Plugins 07-25-2019, 09:16
Replies: 11
Views: 7,482
Posted By PorcusorulMagic
Re: [CS:GO/ANY?] Custom Joinsounds

Can you do this for steamid?
Forum: Scripting 06-27-2019, 09:18
Replies: 5
Views: 3,258
Posted By PorcusorulMagic
Re: [CSGO] Sbpp_main advanced reason

I know but i wanted as the plugin to be clean :D , now no warning and errors , thank you :D.
Edit: unsolved because when i ban someone it write on chat , but he doesn't get ban...
Forum: Scripting 06-27-2019, 09:10
Replies: 5
Views: 3,258
Posted By PorcusorulMagic
Re: [CSGO] Sbpp_main advanced reason

My mistake , now i put
KickClient(client, "Ai primit BAN\nNumele tau: %N\nNumele adminului: %N\nDurata: %d\nMotiv:%s\nMai multe detalii pe %t", client, admin, time, Reason, WebsiteAddress);
...
Forum: Scripting 06-27-2019, 08:22
Replies: 5
Views: 3,258
Posted By PorcusorulMagic
[CSGO] Sbpp_main advanced reason

I tried to add to sourcebans plugin advanced reason , like
You got BAN
Your name:
Admin who banned you:
Time:
Reason:

More details on:
But i got some errors
//// sbpp_main2.sp
Forum: Scripting 06-24-2019, 11:51
Replies: 2
Views: 1,351
Posted By PorcusorulMagic
Re: [CSGO] Menu Help

It works! Thank you , solved!
Forum: Scripting 06-24-2019, 11:41
Replies: 2
Views: 1,351
Posted By PorcusorulMagic
[CSGO] Menu Help

Hello! Recently i tried to do my own menu for players , but i failed again...
Surse:
#pragma semicolon 1

#define DEBUG

#define SHOP "SHOP"
#define REG "REG"
#define VIP "VIP"
Forum: Scripting 05-28-2019, 09:39
Replies: 5
Views: 3,259
Posted By PorcusorulMagic
Re: [CSGO] Sank Sounds Plugin

Solved warnings , thank you all
Forum: Scripting 05-28-2019, 07:14
Replies: 5
Views: 3,259
Posted By PorcusorulMagic
[CSGO] Sank Sounds Plugin

Hello! Recently i semi-finished(with some help from 1 guy) a sank sounds plugin but i had 2 warnings.
//// USPsunete.sp
//
// USPsunete.sp(177) : warning 234: symbol "GetClientAuthString" is...
Forum: Scripting 05-25-2019, 14:23
Replies: 8
Views: 2,475
Posted By PorcusorulMagic
Re: change color ban message

I replaced showactivity with printtochatall because i like it.
Forum: Scripting 05-25-2019, 11:17
Replies: 8
Views: 2,475
Posted By PorcusorulMagic
Re: change color ban message

I did it for Sourcebans too , i will come back with an edit.
if (!time)
{
if (Reason[0] == '\0')
{
PrintToChatAll("\x01★ \x04[SM] \x07ADMIN\x04 %N \x04Permanent \x01Banned \x01player...
Showing results 1 to 25 of 53

 
Forum Jump

All times are GMT -4. The time now is 08:52.


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