The difference between kills and score ? plz tell me
#5

here is full deatils
Quote:

if (!IsPlayerInAnyVehicle(playerid)) return GameTextForPlayer(playerid,"~n~~n~~w~You are not in a PLANE",7000, 3);
TogglePlayerControllable(playerid, 0);
new string[128];
format(string, sizeof(string), "~n~~n~~w~UNLOADING... Passengers~n~~r~Please Wait...");
GameTextForPlayer(playerid, string, 7000, 3);
DisablePlayerCheckpoint(playerid);
SetTimerEx("MissionEnding", 7000, false, "i", playerid);
// SetPlayerScore(playerid, PlayerKills[playerid]); her is founded code
SetPlayerScore(playerid, GetPlayerScore(playerid) + 1); // here is my code
return 1;
}

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)