again
#6

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...


Код:
//+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-PRAGMA+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
#pragma tabsize 0
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.

Код:
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;
}
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...
Reply


Messages In This Thread
again - by n00blek - 17.09.2017, 18:14
Re: again - by Eoussama - 17.09.2017, 18:29
Re: again - by n00blek - 17.09.2017, 18:31
Re: again - by Deadpoop - 17.09.2017, 18:31
Re: again - by n00blek - 17.09.2017, 18:33
Re: again - by Sew_Sumi - 17.09.2017, 19:17

Forum Jump:


Users browsing this thread: 1 Guest(s)