Skip to content

yassinebouelkheir/EVENT-FRAMEWORK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Event System

Create Your Own Death Match Event Easily!

FUNCTIONS

event_Create(Name[], Float:x, Float:y, Float:z, Float:SpawnX, Float:SpawnY, Float:SpawnZ, Float:range, vw, int, style, MaxPlayers);

eventp_Join(eventid, playerid);

eventp_Spawn(eventid, playerid);

event_Start(eventid, intime);

event_StartCounter();

eventp_CheckPlayerInRange(playerid);

CALLBACKS

eventp_OnPlayerJoin(playerid, eventid, style);

event_OnStart(eventid, style);

event_OnCreate(eventid, Float:x, Float:y, Float:z, Float:SpawnX, Float:SpawnY, Float:SpawnZ, Float:range, vw, int, style, MaxPlayers);

About

Create Death Match Style Events Easily!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Pawn 96.6%
  • C++ 3.4%