Cant get the /veh command to work!
#1

CMD:veh(playerid, params[])
{
if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need to login first before using any command.");
if(PlayerInfo[playerid][pAdmin] < 4) return SendClientMessage(playerid, COLOR_GREY, "You are not authorized to use this command.");
ShowModelSelectionMenu(playerid, f, "->Vehicles<-");
return 1;
}

i get error 017 on "ShowModelSelectionMenu" What can i replace this with?
Reply


Messages In This Thread
Cant get the /veh command to work! - by Smikkeltoetje - 22.01.2013, 02:09
Re: Cant get the /veh command to work! - by Jewell - 22.01.2013, 03:53
Re : Cant get the /veh command to work! - by Rayan_black - 22.01.2013, 04:43
Re: Re : Cant get the /veh command to work! - by Smikkeltoetje - 22.01.2013, 14:17

Forum Jump:


Users browsing this thread: 2 Guest(s)