Helló
Elhoztam nektek a god modomat kezdõ scripter vagyok ezért lehet hogy valakinek nem teccik
Készitési idõ:10 perc!
Tesztelve
Azért van ClimaCool az elejére irva mert a játékba ClimaCool a nevem!
// God mode by ClimaCool
// Használd egesegel
//#define FILTERSCRIPT
#include <core>
#include <a_samp>
#if defined FILTERSCRIPT
public OnFilterScriptInit()
{
print(\"\\n--------------------------------------\");
print(\" God mode by ClimaCool bekapcsolva\");
print(\"--------------------------------------\\n\");
return 1;
}
public OnFilterScriptExit()
{
return 1;
}
#else
main()
{
print(\"\\n----------------------------------\");
print(\" God mode by ClimaCool kikapcsolva\");
print(\"----------------------------------\\n\");
}
#endif
public OnPlayerConnect(playerid)
{
SendClientMessage(playerid, 0x99FFFFAA,\"God mode by ClimaCool\");
SendClientMessage(playerid, 0x99FFFFAA,\"God modért /god be paranscot használd\");
return 1;
}
public OnPlayerDisconnect(playerid, reason)
{
SendClientMessage(playerid, 0x99FFFFAA,\"God kikapcsolásáért /god ki parancsot hazsnáld\");
return 1;
}
public OnPlayerSpawn(playerid)
{
SendClientMessage(playerid, 0x99FFFFAA,\"Ha akarsz god modot akkor /god be parancsot használd\");
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp(\"/god be\", cmdtext, true, 10) == 0)
{
SetPlayerHealth(playerid, 99999);
SendClientMessage(playerid, 0x33AA33AA,\"Godmode bekapcsolva\");
return 1;
}
if (strcmp(\"/god ki\", cmdtext, true, 10) == 0)
{
SetPlayerHealth(playerid, 100);
SendClientMessage(playerid, 0x33AA33AA,\"Godmode kikapcsolva\");
return 1;
}
return 0;
}
Letöltés:http://www.solidfiles.com/d/e8c2a9d34c/
Csõ all!