16.03.2012, 16:59
Hi guys.
I have a problem with my variable.
Here is my code:
And it shows me:
Ancienne position: 0.0000 | Position actuel: 0.0000
How to solve this problem?
Cordially;
I have a problem with my variable.
Here is my code:
Код:
GetPlayerPos(playerid,x,y,z); pos1 = GetPlayerPos(playerid,x,y,z); format(string,sizeof string,"Ancienne position: %f | Position actuel: %f",GetPlayerPos(playerid,x,y,z),GetPlayerPos(playerid, x2,y2,z2)); SendClientMessageToAll(0xFFFFFFAA,string);
Ancienne position: 0.0000 | Position actuel: 0.0000
How to solve this problem?
Cordially;