Why get errors when compile this script ?
#3

pawn Код:
CMD:vip(playerid, params[])
{
    new string[256];
    strcat(string, "{00FF00}2 Level V.I.P:\n{FF0000}When you die, you dont lose money\n{FF0000}When you kill someone you get 1000$\n{FF0000}[V.I.P] Prefix\n{FF0000}/vtune to tune your car");
    strcat(string, "\n{00FF00}1 Level V.I.P:\n{FF0000}When you die, you dont lose money\n{FF0000}[V.I.P] Prefix\n{FF0000}vcolor CMD to change the color of your car\n{FF0000}vnos CMD to add 10x nitro to your car");
        strcat(string, "\n{FF0000}low CMD - To go to Lowriders tune garage\n{FF0000} trans CMD - To go to Transfender tune garage\n {FF0000}arch CMD - To go to ARCH tune garage");
    ShowPlayerDialog(playerid, DIALOG_VIP, DIALOG_STYLE_MSGBOX,string,"Close","OK");
    return 1;
}
Reply


Messages In This Thread
Why get errors when compile this script ? - by bustern - 05.09.2013, 22:35
Re: Why get errors when compile this script ? - by DanishHaq - 05.09.2013, 22:37
Re: Why get errors when compile this script ? - by SeniorGamer - 05.09.2013, 22:55
Re: Why get errors when compile this script ? - by bustern - 06.09.2013, 07:35
Re: Why get errors when compile this script ? - by Dragonsaurus - 06.09.2013, 08:03
Re: Why get errors when compile this script ? - by bustern - 06.09.2013, 08:08

Forum Jump:


Users browsing this thread: 2 Guest(s)