Can't put textdraw system working
#3

Quote:
Originally Posted by Faisal_khan
Посмотреть сообщение
warning 217: loose indentation is for indent problems which is not a thing to worry about if you are a starter, anyways ****** this "indentation" and take a look at it what it is. And for the warning 225: unreachable code warning, it's a issue to be worry about. Show us some lines before it or maybe the whole callback OnPlayerConnect().
Here it is:

PHP код:
public OnPlayerConnect(playerid)
{
new 
name [MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
if(
strfind(name"0"true) != -|| strfind(name"1"true) != -|| strfind(name"2"true) != -|| strfind(name"3"true) != -|| strfind(name"4"true) != -|| strfind(name"5"true) != -1
        
|| strfind(name"6"true) != -|| strfind(name"7"true) != -|| strfind(name"8"true) != -|| strfind(name"9"true) != -|| strfind(name"["true) != -|| strfind(name"]"true) != -1)
  {
        
SendClientMessage(playeridamarelo"|======================================|");
        
SendClientMessage(playeridamarelo"Foste Kickado por:  {FFFFFF} Nome non-rp");
        
SendClientMessage(playeridamarelo"Nome RP: {FFFFFF} Nome_Apelido");
        
SendClientMessage(playeridamarelo"Exemplo: {FFFFFF} Rui_Pimentel");
        
SendClientMessage(playeridamarelo"|======================================|");
        
SetTimerEx("DelayedKick"1000false"d"playerid);
        
  }
  else if(
strfindname"_"true) == -1)
  {
        
SendClientMessage(playeridamarelo"|======================================|");
        
SendClientMessage(playeridamarelo"Foste Kickado por:  {FFFFFF} Nome non-rp");
        
SendClientMessage(playeridamarelo"Nome RP: {FFFFFF} Nome_Apelido");
        
SendClientMessage(playeridamarelo"Exemplo: {FFFFFF} Rui_Pimentel");
        
SendClientMessage(playeridamarelo"|======================================|");
        
SetTimerEx("DelayedKick"1000false"d"playerid);
  }
  
  return 
1
Reply


Messages In This Thread
Can't put textdraw system working - by MacacoDoArtico - 14.08.2014, 18:58
Re: Can't put textdraw system working - by Faisal_khan - 14.08.2014, 19:21
Re: Can't put textdraw system working - by MacacoDoArtico - 14.08.2014, 19:43
Re: Can't put textdraw system working - by Faisal_khan - 14.08.2014, 19:47
Re: Can't put textdraw system working - by MacacoDoArtico - 14.08.2014, 19:57
Re: Can't put textdraw system working - by MacacoDoArtico - 14.08.2014, 21:37
Re: Can't put textdraw system working - by Gogorakis - 14.08.2014, 22:26
Re: Can't put textdraw system working - by MacacoDoArtico - 14.08.2014, 22:37
Re: Can't put textdraw system working - by Virtual1ty - 14.08.2014, 22:43
Re: Can't put textdraw system working - by MacacoDoArtico - 14.08.2014, 22:45

Forum Jump:


Users browsing this thread: 2 Guest(s)