public OnPlayerRequestClass(playerid, classid)
{
// Display a short message to inform the player about the class he\'s about to choose
switch (classid)
{
case 0, 1, 2, 3, 4, 5, 6, 7,8,9,10,11,12,13,14,15: // kamionos skin ide kell a class 0-15 írni
{
// Display the name of the class
GameTextForPlayer(playerid, \"~g~Kamionosofõr\", 3000, 6);
// Store the class for the player (truckdriver)
APlayerData[playerid][PlayerClass] = ClassTruckDriver;
}