15.12.2012, 16:43
Hi,
How can I create a Binco with certain skins
please help
(sorry for my bad english)
How can I create a Binco with certain skins

please help
(sorry for my bad english)
ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_INPUT, "Binco...", "Enter a skin ID to purchase", "Okay", "Cancel");
ForceClassSelection(playerid);
TogglePlayerSpectating(playerid, true);
TogglePlayerSpectating(playerid, false);
public OnPlayerRequestClass(playerid,classid)
{
if(InBincao[playerid]==1)
{
AddPlayerClass(i,0.0,0.0,0.0,0.0,-1,-1,-1,-1,-1,-1);//add different skins for the shop.
}
}