11.10.2009, 10:17
Hiya!!!
This is the function that automatically turns godcar on for people who have more than 35 kills! But when i compile i get 26 random errors! If there is something wrong with this,plz tell me!!!
Код:
public GodCar(playerid)
{
if(GetPlayerScore(playerid) >= 35)
{
SetVehicleHealth(playerid, 1000);
` return 1;
{
{
{
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText(" DeathMatch");
SendRconCommand("mapanme Total DM");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
SetTimer("GodCar",500, true);
return 1;
}

