LuxAdmin Can't Compile
#6

Quote:
Originally Posted by VincentDunn
Посмотреть сообщение
Add the strtok stock somewhere in your script??


Offtopic,

I read your signature and couldn't stop laughing.

RestartServer(); =
pawn Код:
SendRconCommand("gmx");
KillPlayer(playerid); =
pawn Код:
native KillPlayer(playerid);

stock KillPlayer(playerid)
{
    SetPlayerHealth(playerid,0);
    return 1;
}
SendClientMessageToAdmins =
pawn Код:
native SendClientMessageToAdmins(color,text[]);

stock SendClientMessageToAdmins(color,text[])
{
    for(new i=0;i<MAX_PLAYERS;i++)
    {
        if(IsPlayerAdmin(i))
        {
            SendClientMessage(i,-1,text);
        }
    }
}
Took me not 10 minutes to do.
About this topic: What is that strtok stock?
Reply


Messages In This Thread
LuxAdmin Can't Compile - by stormchaser206 - 23.03.2012, 16:05
Re: LuxAdmin Can't Compile - by GNGification - 23.03.2012, 16:12
Re: LuxAdmin Can't Compile - by stormchaser206 - 23.03.2012, 16:19
Re: LuxAdmin Can't Compile - by stormchaser206 - 24.03.2012, 18:52
Re: LuxAdmin Can't Compile - by ReneG - 24.03.2012, 18:55
Re: LuxAdmin Can't Compile - by stormchaser206 - 24.03.2012, 20:11
Re: LuxAdmin Can't Compile - by Mike_Peterson - 24.03.2012, 20:27
Re: LuxAdmin Can't Compile - by stormchaser206 - 24.03.2012, 20:34

Forum Jump:


Users browsing this thread: 1 Guest(s)