17.06.2011, 16:29
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; } |