SA-MP Forums Archive
Help ! how to make /pointinfo command - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help ! how to make /pointinfo command (/showthread.php?tid=493175)



Help ! how to make /pointinfo command - lizter008 - 07.02.2014




Re: Help ! how to make /pointinfo command - BullseyeHawk - 07.02.2014

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?


Re: Help ! how to make /pointinfo command - lizter008 - 07.02.2014

i don't have a zone system