How can i make this example work? The command does not work the way i describe it.
PHP Code:
CMD:testskin(playerid, params[])
{
new skins[1];
skins[0] = 2;
ShowModelSelectionMenuEx(playerid, skins, 12, "Gentlemans", CUSTOM_SKINS_MENU, 16.0, 0.0, -55.0);
return 1;
}