30.03.2012, 19:29
Код:
C:\Users\Gabriel\Downloads\samp03dsvr_R2_win32\gamemodes\GM1.pwn(979) : error 017: undefined symbol "SetupPlayerForClassSelection"
Код:
public OnPlayerRequestClass(playerid, classid)
{
GameTextForPlayer(playerid,"Bem Vindo Ao FreeFlyght", 3000, 5);
SetupPlayerForClassSelection(playerid);
ApplyAnimation(playerid,"DANCING","dnce_M_a", 4.0, 1, 0, 0, 0, 0);
return 1;
}

