[Ajuda] Deixar em linhas
#1

Alguйm deixa isto em linhas, por exemplo:

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == AVISO && !response)
Kick(playerid);
return 1;
//news========================================
new car;
car = GetPlayerVehicleID(playerid);
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid, X, Y, Z);
new string[256];

Mas sу quero que mude isto:
pawn Код:
if(dialogid == AVISO && !response) return Kick(playerid);

para este exemplo que eu dei:
pawn Код:
if(dialogid == AVISO && !response)
Kick(playerid);
return 1;
Reply


Messages In This Thread
Deixar em linhas - by ZaturN - 07.01.2014, 23:46
Re: Deixar em linhas - by SkullFire - 07.01.2014, 23:49
Re: Deixar em linhas - by ZaturN - 07.01.2014, 23:55

Forum Jump:


Users browsing this thread: 1 Guest(s)