30.01.2010, 15:05
It gives an error, because you use a string as a value, instead of a float. Don't use format for that. Do something like this:
pawn Код:
new Float:pos_x, Float: pos_y, Float:pos_z;
pos_x=pinfo[playerid][px];
pos_y=pinfo[playerid][py];
pos_z=pinfo[playerid][pz];