thank you for your help but can you help me for merge the 2 plugin because what the function i must place.
And it's possible of add a clien_print who say "your class change at the next round" when i change my class
PHP Code:
{
if( g_bSwitchingRace[id] )
{
g_iCurRace[id] = g_iNewRace[id];
g_bSwitchingRace[id] = false;
switch( g_iCurRace[id] )
{
// Set new race.
}
}
}