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

Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: majkumi
Forum: Scripting 06-11-2019, 10:59
Replies: 8
Views: 1,691
Posted By majkumi
Re: [CURE] Need help with plugin for forcewin

Yeah i know but how trigger? How send via console example Event ...
Forum: Scripting 06-11-2019, 08:30
Replies: 8
Views: 1,691
Posted By majkumi
Re: [CURE] Need help with plugin for forcewin

OK i found new method but just need send event "win_game" instead of example say hi


#include <sourcemod>

public OnPluginStart()
{
HookEvent("player_spawn", Event_PlayerSpawn);
}
Forum: Scripting 06-10-2019, 17:54
Replies: 8
Views: 1,691
Posted By majkumi
Re: [CURE] Need help with plugin for forcewin

#include <sourcemod>
#include <sdktools>


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

public Action:Event_RoundStart(Handle:event,...
Forum: Scripting 06-10-2019, 17:12
Replies: 8
Views: 1,691
Posted By majkumi
Forum: Scripting 06-10-2019, 12:54
Replies: 8
Views: 1,691
Posted By majkumi
[CURE] Need help with plugin for forcewin

Hello,

I trying to do plugin to send event
when new round begin (example) and finish mission.
How i can do that in Codename Cure?



#include <sourcemod>
#include <sdktools>
Showing results 1 to 5 of 5

 
Forum Jump

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


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