12.10.2016, 03:03
(
Последний раз редактировалось TYDS; 12.10.2016 в 03:21.
Причина: fasfwfsafsf
)
DELETE
CMD:findjob( playerid, params[] )
{
new
string[ 128 ] // increase this to allow for all your text to fit
;
format(
string,
sizeof( string ),
"Job\tLocation\tDistance\n \
Pizza Boy\tSan Fierro\t%.02f",
GetPlayerDistanceFromPoint( playerid, -1720.962646, 1364.456176, 7.187500 )
);
return ShowPlayerDialog(
playerid,
DIALOG_FINDJOB,
DIALOG_STYLE_TABLIST_HEADERS,
"FINDJOB",
string,
"Select",
"Cancel"
);
}
"Job\tLocation\tDistance\n \ Pizza Boy\tSan Fierro\t%.02f\n \ Dish Washer\tLas Venturas\t%.02f", // Just an example