please dont spam and bump,
i think the function is actually Class_DisableSelection
someone needs to tell ****** of the typo.
i could be wrong,
open ysi.inc and look at the natives is the best way,
also look in the "errors" section of the ysi topic
EDIT:
heres the natives for y_classes
pawn Код:
/*
native
native __y_classes__();
native
native
native Class_Add(skin, Float:x, Float:y, Float:z, Float:a, ...);
native
native Class_AddEx(Group:forgroup, Group:setgroup, skin, Float:x, Float:y, Float:z, Float:a, ...);
native Class_AddForGroup(Group:group, skin, Float:x, Float:y, Float:z, Float:a, ...);
native Class_AddWithGroupSet(Group:group, skin, Float:x, Float:y, Float:z, Float:a, ...);
native Class_Enable(classid, bool:toggle);
native Class_Delete(classid);
native Class_SetPlayer(classid, playerid, bool:s);
native bool:Class_GetPlayer(classid, playerid);
native Class_Get(playerid);
native Class_Goto(playerid, playerclass);
native
native Class_DisableSelection(playerid);
native Class_DisableReselection(playerid);
native Class_EnableReselection(playerid);
native Class_ForceReselection(playerid);
native Class_ReturnToSelection(playerid);
native
*/
#include <YSI\y_classes>