27.10.2015, 19:35
Hello sa-mp scripters, i need help to a command i want to getvehicleid in zcmd, how i can get it?
CMD:work(playerid, cmdtext)
{
if(GetVehicleModel(vehicleid) == 515);
{
ShowPlayerDialog(playerid, 50, DIALOG_STYLE_LIST, "Choose any of those locations", "From --- to --- /*(listitem 0)*/ \nFrom --- to --- /*(listitem 1)*/ \nFrom --- to ---/*(listitem 2)*/", "Ok", "Cancel");
}
else
SendClientMessage(playerid, red, "Nu esti in tir");
return 1;
}
I want to make my gamemode from 0...
CMD:work(playerid, cmdtext)
{
if(GetVehicleModel(vehicleid) == 515);
{
ShowPlayerDialog(playerid, 50, DIALOG_STYLE_LIST, "Choose any of those locations", "From --- to --- /*(listitem 0)*/ \nFrom --- to --- /*(listitem 1)*/ \nFrom --- to ---/*(listitem 2)*/", "Ok", "Cancel");
}
else
SendClientMessage(playerid, red, "Nu esti in tir");
return 1;
}
I want to make my gamemode from 0...