Help! pls
#3

Solved, but I have another doubt because I get the same but in a cmd.


PHP код:

D
:\PROYECTNICE\gamemodes\Nice.pwn(706) : warning 217loose indentation 
D
:\PROYECTNICE\gamemodes\Nice.pwn(711) : warning 217loose indentation 
D
:\PROYECTNICE\gamemodes\Nice.pwn(718) : warning 217loose indentation 
//Lines:
format(stringsizeof(string), "* %s (( %s ))."paramsNameUser(playerid)); //706
return 1//711
format(stringsizeof(string), " %s %s."NameUser(playerid), params); //718
//Complete code
CMD:acc(playeridparams[])
{
  if(!
isnull(params)){
  new 
string[128];
     
format(stringsizeof(string), "* %s (( %s ))."paramsNameUser(playerid)); //line 706
     
ProxDetector(30.0playeridstring0x9ACD32AA,0x9ACD32AA,0x9ACD32AA,0x9ACD32AA,0x9ACD32AA);
     
SetPlayerChatBubble(playerid,string,0x9ACD32AA,15.0,5000);
   }
   else 
Mensaje(playerid, -1"Use: /acc (action)"); 
   return 
1;//Line 711
}
CMD:ac(playeridparams[])
    {
  if(
isnull(params)) return Mensaje(playerid, -1"Use: /ac (action)");
  new 
string[128];
    
format(stringsizeof(string), " %s %s."NameUser(playerid), params); //Line 718
    
ProxDetector(20.0playeridstring0xC2A2DAAA,0xC2A2DAAA,0xC2A2DAAA,0xC2A2DAAA,0xC2A2DAAA);
      
SetPlayerChatBubble(playerid,string,0xC2A2DAAA,15.0,5000);
    return 
1;

Reply


Messages In This Thread
Help! pls - by LOLITO - 02.06.2018, 22:36
Re: Help! pls - by andrejc999 - 02.06.2018, 22:48
Re: Help! pls - by LOLITO - 02.06.2018, 23:37
Re: Help! pls - by PawnFox - 03.06.2018, 01:03
Re: Help! pls - by LOLITO - 03.06.2018, 02:49
Re: Help! pls - by GTLS - 03.06.2018, 06:21

Forum Jump:


Users browsing this thread: 1 Guest(s)