18.08.2012, 17:48
(
Последний раз редактировалось Kitten; 24.11.2013 в 06:22.
)
Solved
Hello i've searched most of the forum to find whats the problem but i've tried creating a auto restart creator for each 5 hours everything else is fine expect the command
SendRconCommand("gmx"); i've also tried changemode gamemode name that didn't help it either the problem is that it says Server is restarting it does not restart it just gets stuck at that text until that player disconnects and the sever restarts remotely. |
Solved
print("STARTED");
for(new i; i < MAX_PLAYERS; i ++)
{
TextDrawHideForAll(Logo[i]);
TextDrawDestroy(Logo[i]);
TextDrawHideForAll(Logo2[i]);
TextDrawDestroy(Logo2[i]);
TextDrawHideForAll(Infected[i]);
TextDrawDestroy(Infected[i]);
TextDrawHideForAll(PlayerXP[i]);
TextDrawDestroy(PlayerXP[i]);
Delete3DTextLabel(viptag[i]);
DeletePlayer3DTextLabel(i, spawnmessage[i]);
for(new bi=0; i<MAX_PLAYER_ATTACHED_OBJECTS; bi++) {
if(IsPlayerAttachedObjectSlotUsed(i, bi)) RemovePlayerAttachedObject(i, bi);
}
}
print("FINISHED");