22.02.2017, 14:17
Both of this needs to be OUT OF PUBLIC FUNCTIONS.
PHP код:
CMD:teleports(playerid)
{
ShowMenuForPlayer(teleport,playerid);
return 1;
}
PHP код:
CMD:v(playerid)
{
DestroySelectionMenu(playerid);
SetPVarInt(playerid,*"vspawner_active",*1);
//SetPVarInt(playerid,*"vspawner_page",*0);*//*will*reset*the*page*back*to*the*first
CreateSelectionMenu(playerid);
SelectTextDraw(playerid,*0xACCBF1FF);
return 1;
}