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

Showing results 1 to 13 of 13
Search took 0.01 seconds.
Search: Posts Made By: AmazingDay
Forum: Scripting 12-09-2017, 11:56
Replies: 0
Views: 1,033
Posted By AmazingDay
CSGO drive a car

Hellow,
I want to create a Plugins that if a players is aiming at a car and presses x button he can drive it but the only problem is how can i make that a player can drive a car ??
i've looked...
Forum: Scripting 12-03-2017, 14:52
Replies: 2
Views: 897
Posted By AmazingDay
Create Zone

Hellow, i looked into Bhop timer plugins to know how to create zones but i dont get it, how can i create a zone and know if the player is inside / outside ??

Thank you:bacon!:
Forum: Plugin/Gameplay Ideas and Requests 07-24-2017, 07:16
Replies: 15
Views: 2,213
Posted By AmazingDay
Re: Give me something

You just removed the Handles and convars lol
Forum: Plugin/Gameplay Ideas and Requests 07-23-2017, 18:01
Replies: 15
Views: 2,213
Posted By AmazingDay
Re: Give me something

type in chat !suicide and it will force player to suicide, killer show infos about the killer how he killed the player - whit what weapon +++....
Forum: Scripting 07-07-2017, 00:24
Replies: 4
Views: 1,136
Posted By AmazingDay
Re: [Web]Set clantag

There will be buttons.
E.g Top of the button there is : [SM]ClanTag and if the client click the button, he receives [SM] clan tag
Forum: Scripting 07-06-2017, 11:41
Replies: 4
Views: 1,136
Posted By AmazingDay
[Web]Set clantag

Hello,
I want to make an Website where i can acces from the server and choose a clantag to set.
The question is: what i need to do that ?(sql? websocket ?,......)
And is there any tutorial who...
Forum: Scripting 07-05-2017, 10:06
Replies: 17
Views: 4,826
Posted By AmazingDay
Re: [CSS/CSGO] Round Start Teleport Plugin - Multilocation

if there are - than 10 players teleport to x place and if there are + than 10 players teleport to x place?
Forum: Plugin/Gameplay Ideas and Requests 07-01-2017, 09:28
Replies: 5
Views: 1,508
Posted By AmazingDay
Re: [REQ] Invisibility

Here from Franc1sco FurienMod code:

#include <sourcemod>
#include <cstrike>
#include <sdktools>


bool infiltrado[MAXPLAYERS+1] = {false, ...};

public OnGameFrame()
Forum: Plugin/Gameplay Ideas and Requests 06-25-2017, 13:58
Replies: 1
Views: 761
Posted By AmazingDay
Equip player a Hat

Hello,
does anobody know how to equip a Player a Hat
e.g if the player is ingame it derectly equips him a Hat ??

Ty and sry for my bad English
Forum: Scripting 06-20-2017, 12:29
Replies: 12
Views: 2,735
Posted By AmazingDay
Re: What Is Wrong About This Code

Hmm did you write the code correctly ?
CPrintToChatAll("{gold}blabla");
if you gtting error then you did something wrong
Forum: Scripting 06-19-2017, 13:50
Replies: 12
Views: 2,735
Posted By AmazingDay
Re: What Is Wrong About This Code

Hey to get client name you can also do this:

#include <sourcemod>
//your info
public void OnPluginStart()
{
RegConsoleCmd("sm_slotol", Command_slotol, "");
}

public Action...
Forum: Plugin/Gameplay Ideas and Requests 06-11-2017, 14:30
Replies: 1
Views: 706
Posted By AmazingDay
Re: [req] VIP for minutes spent

Maybe this will help you https://forums.alliedmods.net/showthread.php?t=254898
Forum: Plugin/Gameplay Ideas and Requests 06-11-2017, 07:53
Replies: 9
Views: 5,429
Posted By AmazingDay
Re: Hide weapon in CS:GO

Hello,
Here try this ^^
#include <sourcemod>

public void OnPluginStart()
{
HookEvent("item_purchase", ItemCallback);
}

public Action ItemCallback(Handle event, const char[] name, bool...
Showing results 1 to 13 of 13

 
Forum Jump

All times are GMT -4. The time now is 22:40.


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