SA-MP Forums Archive
Saving Player Team - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Saving Player Team (/showthread.php?tid=79483)



Saving Player Team - Hot - 28.05.2009

Okay, i'am trying to save tyhe player's team, but it's not working at the player dudb file, it doesn't even create the thing called "Team", but the other things like money and skin it works :/

See how i am doing:

Код:
//OnPlayerDisconnect

public OnPlayerDisconnect(playerid)
{
 if (PLAYERLIST_authed[playerid])
 	{
  	dUserSetINT(PlayerName(playerid)).("money",GetPlayerMoney(playerid));
  	dUserSetINT(PlayerName(playerid)).("Skin",GetPlayerSkin(playerid));
    dUserSetINT(PlayerName(playerid)).("Team",gTeam[playerid]);
 	}
 	
 PLAYERLIST_authed[playerid] = false;
 return true;
}

//OnPlayerSpawn

public OnPlayerSpawn(playerid)
{
  if (PLAYERLIST_authed[playerid])
  { 
   SetPlayerSkin(playerid,dUserINT(PlayerName(playerid)).("Skin"));
   gTeam[playerid] = dUserINT(PlayerName(playerid)).("Team");
  }
	return 1;
}



Re: Saving Player Team - Hot - 28.05.2009

Sorry: Double post.

Help?


Re: Saving Player Team - Gamer007 - 28.05.2009

use dini its much easier, and dudb as i known is a piece of sh*t


Re: Saving Player Team - Hot - 28.05.2009

But all my gamemode uses dudb and it would be reaaaaally hard to re-make it, I prefer keep dudb, HELP!


Re: Saving Player Team (PLEASE HELLLLLLLLLLLLPPPP :( ) - Hot - 28.05.2009

Help!


Re: Saving Player Team (PLEASE HELLLLLLLLLLLLPPPP :( ) - _Vortex - 29.05.2009

Please stop double-posting.


Re: Saving Player Team (PLEASE HELLLLLLLLLLLLPPPP :( ) - Hot - 29.05.2009

But I just want help...


Re: Saving Player Team (PLEASE HELLLLLLLLLLLLPPPP :( ) - Mike Garber - 29.05.2009

People will get pissed if you keep bumping your topics. It's not allowed BTW.


Re: Saving Player Team (PLEASE HELLLLLLLLLLLLPPPP :( ) - Hot - 29.05.2009

You guys, reply this topcic to say me the rules?! I just need help! And people like you want to teach me the rules!


Re: Saving Player Team (PLEASE HELLLLLLLLLLLLPPPP :( ) - _Vortex - 29.05.2009

Because we don't want the forum spam'd up by people like you