05.06.2010, 09:47
Make an array for every player and make that array true or false when you do something.
Put that under your command that makes somebody VIP, and use 0 to make them not VIP.
https://sampwiki.blast.hk/wiki/Scripting_Basics#Arrays
https://sampwiki.blast.hk/wiki/Control_Structures#if
https://sampwiki.blast.hk/wiki/File_Functions
pawn Код:
VIP[playerid] = 1;
https://sampwiki.blast.hk/wiki/Scripting_Basics#Arrays
https://sampwiki.blast.hk/wiki/Control_Structures#if
https://sampwiki.blast.hk/wiki/File_Functions