25.03.2012, 14:08
PHP код:
{
format(string, sizeof(string), "~w~This House is for sale~n~~r~%s ~n~~w~Cost: ~g~$%d~n~~w~ TLS : ~g~%d~n~~b~/buyhouse ~w~to buy this house",HouseInfo[h][hDiscription],HouseInfo[h][hValue],HouseInfo[h][hLevel]);
}
GameTextForPlayer(i, string, 5000, 3);
}
PHP код:
ShowPlayerDialog(playerid, 2, DIALOG_STYLE_MSGBOX
PHP код:
SendClientMessage(playerid,COLOR_YELLOW2,"BMX (5000) (481) (TLS-0), Faggio (10000) (462) (TLS-5) , Freeway (15000) (463) (TLS-10)");
SendClientMessage(playerid,COLOR_YELLOW2,"Sanchez (20000) (468) (TLS-10), NRG-500 (50000) (522) (TLS-350), Majestic (60000) (517) (TLS-50), Tahoma (65000) (566) (TLS-65)");
SendClientMessage(playerid,COLOR_YELLOW2,"Picador (70000) (600) (TLS-75), Voodoo (60000) (412) (TLS-65), Sabre (40000) (475) (TLS-40), Buccaneer (45000) (518) (TLS-45)");
SendClientMessage(playerid,COLOR_YELLOW2,"Bobcat (20000) (422) (TLS-85), Mesa (100000) (500) (TLS-85), Tornado (100000) (576) (TLS-85)");
SendClientMessage(playerid,COLOR_YELLOW2,"Hermes (100000) (474) (TLS-85), Greenwood (110000) (492) (TLS-95), Blade (120000) (536) (TLS-150), Merit (120000) (551) (TLS-200)");
SendClientMessage(playerid,COLOR_YELLOW2,"Feltzer (120000) (533) (TLS-200), Sentinel (130000) (405) (TLS-300), Stratum (130000) (561) (TLS-300)");
Anyone mind telling me. Im not good at On Dialog thing.
Thanks