22.05.2013, 10:52
dont put return at every line
and show line 250 and 270
pawn Код:
// Player Classes In the Startup of the Gamemode Player Class Choose
SetGameModeText("Freeroam/Roleplay By Two");
AddPlayerClass(1, 1462.1404,-1027.1700,23.8281,177.7844, 0, 0, 0, 0, 0, 0);
AddPlayerClass(1, 1462.1404,-1027.1700,23.8281,177.7844, 0, 0, 0, 0, 0, 0);
AddPlayerClass(2, 1462.1404,-1027.1700,23.8281,177.7844, 0, 0, 0, 0, 0, 0);
AddPlayerClass(3, 1462.1404,-1027.1700,23.8281,177.7844, 0, 0, 0, 0, 0, 0);
return 1;
}
and show line 250 and 270