GFbol szedtem:
if (classid == 1)
{
format(string, sizeof(string), \"Rendor\");
GameTextForPlayer(playerid,string,3500,6);
}
else if (classid == 2)
{
format(string, sizeof(string), \"Civil\");
GameTextForPlayer(playerid,string,3500,6);
}
else if (classid == 3)
{
format(string, sizeof(string), \"Admin\");
GameTextForPlayer(playerid,string,3500,6);
}
else if (classid == 4)
{
format(string, sizeof(string), \"Katona\");
GameTextForPlayer(playerid,string,3500,6);
}
else if (classid == 5)
{
format(string, sizeof(string), \"Vagos\");
GameTextForPlayer(playerid,string,3500,6);
}
else if (classid == 6)
{
format(string, sizeof(string), \"Aztec\");
GameTextForPlayer(playerid,string,3500,6);
}
else if (classid == 7)
{
format(string, sizeof(string), \"S.W.A.T.\");
GameTextForPlayer(playerid,string,3500,6);
}
else if (classid ==
{
format(string, sizeof(string), \"Egyeb1\");
GameTextForPlayer(playerid,string,3500,6);
}
else if (classid == 9)
{
format(string, sizeof(string), \"Egyeb2\");
GameTextForPlayer(playerid,string,3500,6);
}
else if (classid == 10)
{
format(string, sizeof(string), \"Egyeb3\");
GameTextForPlayer(playerid,string,3500,6);
}
else
{
format(string, sizeof(string), \"Egyeb4\");
GameTextForPlayer(playerid,string,3500,6);
}
Persze ezt még lehet folytatni