22.01.2013, 02:09
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?
{
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?