11.07.2013, 13:16
Hi, the cmd is liek this:
But when i do it nothing happens! Whats wrong?
Код:
if (strcmp("/route", cmdtext, true, 10) == 0) { if(IsPlayerInVehicle(playerid, 537)) ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Routes","Los Santos to San Fierro to Los Santos \nLos Santos to Las Venturas1 to Las Venturas2 to Los Santos \nLos Santos to San Fierro to Las Venturas2 \nLos Santos to Los Santos all stops","OK","Cancel"); return 1; }