[AJUDA]Setar
#1

Boa tarde, bom pessoal! to com um sйrio problema aqui !
Tem um player level 3 em um gang no meu server, aн eu quero tirar ele da gang e setar ele para o bope!
aн eu vou lб dou /setarballas ID LEVEL0! e dou /setarbope ID LEVEL4 sendo que quando ele reloga, ele continua setado de level 3 de ballas!

e na script files fica BALLAS = 3 e BOPE = 4
Reply
#2

poste o salvamento de dados do seu gamemode.
Reply
#3

Код:
PlayerConnect 
   	format(Celula, sizeof(Celula), Orgs, PlayerName(playerid));
	if(dini_Exists(Celula))
	{
    	PlayerInfo[playerid][pBALLAS] = dini_Int(Celula, "BALLAS");
    	PlayerInfo[playerid][pCHINES] = dini_Int(Celula, "CHINES");
    	PlayerInfo[playerid][pASFARC] = dini_Int(Celula, "ASFARC");
    	PlayerInfo[playerid][pSWAT] = dini_Int(Celula, "SWAT");
    	PlayerInfo[playerid][pFBI] = dini_Int(Celula, "FBI");
 	PlayerInfo[playerid][pGLOBO] = dini_Int(Celula, "Reporter");
    }

PlayerDisconnect

  	if(PlayerInfo[playerid][pBALLAS] > 0)
	{
		format(Celula, sizeof(Celula), Orgs, PlayerName(playerid));
	    if(!dini_Exists(Celula)) dini_Create(Celula);
	    dini_IntSet(Celula, "BALLAS", PlayerInfo[playerid][pBALLAS]);
	}
	if(PlayerInfo[playerid][pCHINES] > 0)
	{
		format(Celula, sizeof(Celula), Orgs, PlayerName(playerid));
	    if(!dini_Exists(Celula)) dini_Create(Celula);
	    dini_IntSet(Celula, "CHINES", PlayerInfo[playerid][pCHINES]);
	}
	if(PlayerInfo[playerid][pASFARC] > 0)
	{
		format(Celula, sizeof(Celula), Orgs, PlayerName(playerid));
	    if(!dini_Exists(Celula)) dini_Create(Celula);
	    dini_IntSet(Celula, "ASFARC", PlayerInfo[playerid][pASFARC]);
	}
	if(PlayerInfo[playerid][pSWAT] > 0)
	{
		format(Celula, sizeof(Celula), Orgs, PlayerName(playerid));
	    if(!dini_Exists(Celula)) dini_Create(Celula);
	    dini_IntSet(Celula, "SWAT", PlayerInfo[playerid][pSWAT]);
	}
	if(PlayerInfo[playerid][pFBI] > 0)
	{
		format(Celula, sizeof(Celula), Orgs, PlayerName(playerid));
	    if(!dini_Exists(Celula)) dini_Create(Celula);
	    dini_IntSet(Celula, "FBI", PlayerInfo[playerid][pFBI]);
	}
	if(PlayerInfo[playerid][pREPORTER] > 0)
	{
		format(Celula, sizeof(Celula), Orgs, PlayerName(playerid));
	    if(!dini_Exists(Celula)) dini_Create(Celula);
	    dini_IntSet(Celula, "REPORTER", PlayerInfo[playerid][pREPORTER);
	}
Reply
#4

Vocк usar ZCMD e SSANCF ?
?
? e vocк nгo me respondeu aqui https://sampforum.blast.hk/showthread.php?pid=1785093#pid1785093 !!
Reply
#5

Quote:
Originally Posted by Mr.Hardy
Посмотреть сообщение
Vocк usar ZCMD e SSANCF ?
?
? e vocк nгo me respondeu aqui https://sampforum.blast.hk/showthread.php?pid=1785093#pid1785093 !!
uso! e esse outro tpc aн foi resolvido jб amigo faz tempo!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)