warning help
#6

EDIT: Fixed.
Код:
public OnPlayerText(playerid, text[])
{
    if(PlayerInfo[playerid][Level] >= 0)
   {
    new String[256];
    format(String, 256, "[%d]: %s", playerid, text);
    SendPlayerMessageToAll(playerid,String);
   } 
    return 0;
}
Reply


Messages In This Thread
warning help - by ScripteRNaBEEL - 22.06.2014, 07:00
Re: warning help - by Rittik - 22.06.2014, 07:01
Re: warning help - by ScripteRNaBEEL - 22.06.2014, 07:02
Re: warning help - by Jack_Leslie - 22.06.2014, 07:06
Re: warning help - by ScripteRNaBEEL - 22.06.2014, 07:08
Re: warning help - by Rittik - 22.06.2014, 07:10
Re: warning help - by Jack_Leslie - 22.06.2014, 07:15
Re: warning help - by ScripteRNaBEEL - 22.06.2014, 07:19

Forum Jump:


Users browsing this thread: 1 Guest(s)