Skip to content

Instantly share code, notes, and snippets.

View Zaur-Lumanov's full-sized avatar

Zaur Zaur-Lumanov

  • vk.com/hs
  • Moscow
View GitHub Profile
#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'))
#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])