Help ! how to make /pointinfo command
#1

Reply
#2

You'll need to firstly declare actual zones, and then you could make this command easily.

pawn Код:
#define DEFINED_MAX_ZONES 50

enum quickSkeli
{
    zoneName,
    Float:zonePointers[4],
    zoneCapper[MAX_PLAYER_NAME+1],
    zoneFamily[50], // Change this as you want.
    zoneTimeleft
}
new ZoneInfo[DEFINED_MAX_ZONES][quickSkeli];
And the command should be easy, do you have a zone based system?
Reply
#3

i don't have a zone system
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)