Hello.
Csináltam egy olyan kódot hogyha GMX ezel néha a scriptek nálam elkezdenek bugolni és ezzel a kóddal megcsinálhatod hogy 1 parancsal újratöltse/betöltse az fseidet ha bekonfigolod a nevét az \"fsneve\" részben.
Ez egy nagyon egyszerû kód csak gondoltam megosztom hátha valakinek kell.
Nos a kód:
#include a_samp
#include zcmd
CMD:scriptbetolt(playerid, params[])
{
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, 0x1e00ffAA, \"<!> Nem Vagy rCon Adminisztrátor!!\");
SendRconCommand(\"loadfs fsneve\");
//SendRconCommand(\"loadfs fsneve\");
//SendRconCommand(\"loadfs fsneve\");
//SendRconCommand(\"loadfs fsneve\");
//SendRconCommand(\"loadfs fsneve\");
//SendRconCommand(\"loadfs fsneve\");
//SendRconCommand(\"loadfs fsneve\");
//SendRconCommand(\"loadfs fsneve\");
//SendRconCommand(\"loadfs fsneve\");
//SendRconCommand(\"loadfs fsneve\");
//SendRconCommand(\"loadfs fsneve\");
//SendRconCommand(\"loadfs fsneve\");
//SendRconCommand(\"loadfs fsneve\");
//SendRconCommand(\"loadfs fsneve\");
//SendRconCommand(\"loadfs fsneve\");
//SendRconCommand(\"loadfs fsneve\");
/*Annyi sor elõl veszed el a // t amennyi scripted van és beírod a \"fsneve\" helyére a scripted nevét!*/
return 1;
}
Remélem hogy valakinek segítettem!