26.05.2014, 15:19
http://forum.sa-mp.com/showpost.php?...postcount=4323
pawn Код:
if(IsNumberOdd(playerid))
{
// Do whatever you want when the player id is odd.
}
else
{
// When the number is even.
}