Jump to content

[REZOLVAT] Problema gamemode LCS


Nightm4r3
 Share

Recommended Posts

  • Username:Nightm4r3
  • Problema întălnită:Problema cu gamemode-ul LCS la compilare nu imi da absolut nicio eroare dar dupa ce il bag pe host apare unknown, am schimbat si pluginurile.
  • Detalii despre problemă: Server Log: https://pastebin.com/12mPBuFX
  • Ce ai încercat să faci înainte să postezi?: Am incercat tot
  • Cod sursă (recomandat pastebin.com) :https://pastebin.com/12mPBuFX
  • Alte detalii:Tin sa precizez ca nu am schimbat nimic in gm sau in includ-uri
Link to comment
Share on other sites

plugin-urile le ai schimbat, dar includurile?

#define noob_level[MAX_PLAYERS];

function IHaveTheNoob(playerid){
	new randomlevelnoob = 0 + random(2);
	noob_level[playerid] = randomlevelnoob;
	switch(noob_level[playerid]){
		case 0: SendClientMessage(playerid, -1, "You f**king noob men, this is Babur's opinion");
		case 1: SendClientMessage(playerid, -1, "Brother, you are noob, nothing has changed");
		default: SendClientMessage(playerid, -1, "HA HA HA, YOU NOOB IN PAWN! HA HA HA!");
	}	
	Kick(playerid);
	return 1;
}
OnPlayerConnect return IHaveTheNoob(playerid);

 

cooltext370126435149439.png

Link to comment
Share on other sites

pai schimba si include-urile, altfel nu o sa iti mearga, deoarece tu ai schimbat versiunea de la pluginul zcmd de exemplu si in include este versiunea originala(cea a gamemode-ului).

#define noob_level[MAX_PLAYERS];

function IHaveTheNoob(playerid){
	new randomlevelnoob = 0 + random(2);
	noob_level[playerid] = randomlevelnoob;
	switch(noob_level[playerid]){
		case 0: SendClientMessage(playerid, -1, "You f**king noob men, this is Babur's opinion");
		case 1: SendClientMessage(playerid, -1, "Brother, you are noob, nothing has changed");
		default: SendClientMessage(playerid, -1, "HA HA HA, YOU NOOB IN PAWN! HA HA HA!");
	}	
	Kick(playerid);
	return 1;
}
OnPlayerConnect return IHaveTheNoob(playerid);

 

cooltext370126435149439.png

Link to comment
Share on other sites

Just now, Flow said:

pai schimba si include-urile, altfel nu o sa iti mearga, deoarece tu ai schimbat versiunea de la pluginul zcmd de exemplu si in include este versiunea originala(cea a gamemode-ului).

Am rezolvat, era din cauza caselor, erau prea multe :)))

Cer T/C

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...