05.09.2013, 22:55
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;
}