how to make radiation system ?
#4

Functions (Streamer):
CreateDynamicRectangle,
CreateDynamicCircle,
IsPlayerInArea

Variables:
To store the radiation zones, use a enumerator and array;

PHP код:
enum Radiation
{
    
ZoneID,
    
ZonePos[4]
}
new 
gRadiation[200][Radiation] =
{
    {
0055},
    {
10101515}
}; 
EDIT: just an example
Reply


Messages In This Thread
how to make radiation system ? - by BHTMestre - 14.10.2016, 17:59
Re: how to make radiation system ? - by Mencent - 14.10.2016, 18:04
Re: how to make radiation system ? - by BHTMestre - 14.10.2016, 19:01
Re: how to make radiation system ? - by Logic_ - 14.10.2016, 19:23
Re: how to make radiation system ? - by BHTMestre - 14.10.2016, 22:54
Re: how to make radiation system ? - by Mencent - 15.10.2016, 06:53

Forum Jump:


Users browsing this thread: 1 Guest(s)