08.08.2013, 01:49
Quote:
Please post a sample command that you use whenever you get that error message.
|
Код:
if(strcmp("/skeisti", cmd, true) == 0) { // If there was a previously created selection menu, destroy it DestroySelectionMenu(playerid); SetPVarInt(playerid, "skinc_active", 1); //SetPVarInt(playerid, "skinc_page", 0); // will reset the page back to the first CreateSelectionMenu(playerid); SelectTextDraw(playerid, 0xACCBF1FF); return 1; } return 0; }