This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
гист 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define randNubberPlate(%0) format(%0,sizeof(%0),"%c%03i%c%c",(random('Z'-'A')+'A'),random(999-1)+1,(random('Z'-'A')+'A'),(random('Z'-'A')+'A')) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#if defined _fep_included | |
#endinput | |
#endif | |
#define _fep_included | |
#include <a_samp> | |
//------------------------------------------------------------------------------ | |
#define ForEachPlayer(%0) for(new index_%0=0, %0=ConnectedPlayerList[0]; index_%0<ConnectedPlayers; %0=ConnectedPlayerList[++index_%0]) |
NewerOlder