17.09.2017, 18:14
i posted so many times(not same ofc) you already know why im here
https://pastebin.com/P2UXsXCw
https://pastebin.com/6bmUGfvT
https://pastebin.com/P2UXsXCw
https://pastebin.com/6bmUGfvT
//+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-PRAGMA+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- #pragma tabsize 0
stock SendClientMessage(playerid,message[])
{
for(new i=0;i<MAX_PLAYERS;i++)
{
if(PlayerInfo[playerid][pOrgID] == 1)
{
if(PlayerInfo[i][pOrgID] == 1)
{
SCM(i,-1,message[]);
}
}
}
return 1;
}