17.12.2012, 23:41
i need little help ...
when i tried to recon players, and if they died then it continue reconing, I want that back my on position before i recon them.. recon = follow (i dont know right english word for this)
when i tried to recon players, and if they died then it continue reconing, I want that back my on position before i recon them.. recon = follow (i dont know right english word for this)
Код:
CMD:recon(playerid, params[]) { new id, string[128]; if(PlayerInfo[playerid][pAdmin] < 2)return NisiAdmin(playerid); if(sscanf(params, "u", id)) return Koristi(playerid, "/recon [playerid]"); else if(id == INVALID_PLAYER_ID) return PogresanID(playerid); TogglePlayerSpectating(playerid, 1); PlayerSpectatePlayer(playerid, id); SetPlayerInterior(playerid, GetPlayerInterior(id)); format(string, sizeof(string), "Sada reconas %s, da ga prestanes reconat koristi: /uncon", PlayerName(id)); SendClientMessage(playerid, Grey, string); return 1; }