Open Dialog by every command
#3

Quote:
Originally Posted by SlashQ
Посмотреть сообщение
Hey,

Try this maybe?

pawn Код:
if(strcmp(cmdtext, "/r", true) == 0)
    {
        if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, COLOR_RED, "Je bent niet in een voertuig.");
        RepairVehicle(GetPlayerVehicleID(playerid));
        GivePlayerMoney(playerid, -10000);
        SendClientMessage(playerid, COLOR_MGREEN, "[INFO]{FFFFFF} Voertuig gerepareert.");
        return 1;
    }
Also, where are you opening the dialog? What command? You'll need to show that command as well.
that is a command where the dialog opens, weard
Reply


Messages In This Thread
Open Dialog by every command - by MathijsS - 27.11.2011, 07:42
Re: Open Dialog by every command - by SlashQ - 27.11.2011, 07:43
Re: Open Dialog by every command - by MathijsS - 27.11.2011, 08:04
Re: Open Dialog by every command - by SlashQ - 27.11.2011, 08:05
Re: Open Dialog by every command - by MathijsS - 27.11.2011, 08:07
Re: Open Dialog by every command - by MathijsS - 27.11.2011, 08:34
Re: Open Dialog by every command - by .:Kaos:. - 27.11.2011, 08:36
Re: Open Dialog by every command - by MathijsS - 27.11.2011, 08:37
Re: Open Dialog by every command - by Kostas' - 27.11.2011, 08:41
Re: Open Dialog by every command - by MathijsS - 27.11.2011, 08:41

Forum Jump:


Users browsing this thread: 1 Guest(s)