17.09.2017, 19:17
You need to start reading the errors... They're so simple...
You then need to start learning to script and stop pasting up your entire code EXPECTING someone to fix it FOR YOU...
And if you put this in your code, then you need to remove it, and fix the warning/errors it gives rather than hiding it.
What the fuck is this... This is just retarded as fuck... SendClientMessage is already in a_samp, so you're making a second one, that refers back to SCM, which points back to SendClientMessage...
Where are you learning these terrible practices...
You then need to start learning to script and stop pasting up your entire code EXPECTING someone to fix it FOR YOU...
Код:
//+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-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; }
Where are you learning these terrible practices...