18.09.2010, 07:49
Im not sure, but couldnt you do something like this?
*Note, ive never had/come accross this before, and so i might be wrong
Like i said, im not sure, but its worth a try i guess?
*Note, ive never had/come accross this before, and so i might be wrong
pawn Код:
new Float:Temp_X[MAX_PLAYERS];
Temp_X[playerid] = strval(val);
//Then back to your code
if( strcmp( key , "VehicleLocX1", true ) == 0) { val = ini_GetValue( Data ); PlayerInfo[playerid][pVlocx1] = Temp_X[playerid];}

