Small problem
#1

I was trying to make a system when you log out your co-ords gets saved and when you login they get loaded

OnPlayerDisconnect

Код:
	new Float:X,Float:Y,Float:Z;
	GetPlayerPos(playerid,X,Y,Z);
	dini_IntSet(file,"Spawnx",X);
	dini_IntSet(file,"Spawny",Y);
	dini_IntSet(file,"Spawnz",Z);
Register

Код:
			  dini_IntSet(file,"Spawnx",1685.8622);
			  dini_IntSet(file,"Spawny",-2333.9329);
			  dini_IntSet(file,"Spawnz",13.5469);
I get 6x tag mismatch on the "Spawn" lines
Reply
#2

It's dini_FloatSet .
Reply
#3

Thanks man
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)