Jump to content
  • 0

Problema CreateClan


Speak

Question

Nick:Speak

Problema:Clan System

Erori / warnings:Nu

Lini/script:-

Ai incercat sa rezolvi singur ?:Da

Descriere:Folosesc Createclan cel de pe RRS . Am bagat tot unde trebuie ,pornesc serveru si Dau /CreateClan Totul merge  perfect pana cand dau /Invite /setspawn /cskin  , imi spune ca nu sunt lider ...

[RSA]Speak

http://rsa-ro.tk/

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

Daca rank-ul maxim este 4 in systemul de clan (rank 4 = lider), sa nu ai cumva la comanda /invite, si la celelalte, ceva de genul:

CMD:invite(playerid, params[])
{
if(C_Sys[playerid][Rank] < 5) return SendClientMessage(playerid, 0xFF0000AA, "ERROR: Nu esti lider");
}

sau cum ai tu functiile.

Link to comment
Share on other sites

Da dar nu cred ca ruleaza bine , daca dau /lclan spune ca nu sunt intr-un clan .

In cazul acesta, este un bug la system, sau chiar si la baza de date.

Verifica functiile de salvarea datelor (Cele cu DINI/SQL/MYSQL, depinde ce folosesti).

Daca folosesti MYSQL/SQLITE, verifica si tabelele.

Link to comment
Share on other sites

Topic inchis. 48h fara reply / up.

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.