new
szFilePath[ 50 + 1 ],
szName[ MAX_PLAYER_NAME + 1 ];
GetPlayerName( playerid, szName, MAX_PLAYER_NAME );
format( szFilePath, sizeof( szFilePath ), \"Mappaahovamented/%s.ini\", szName );
if( dini_Exists( szFilePath ) )
{
new
Float: fPos[ 3 ];
GetPlayerPos( playerid, fPos[ 0 ], fPos[ 1 ], fPos[ 2 ] );
dini_FloatSet( szFilePath, \"PlayerLocationX\", fPos[ 0 ] );
dini_FloatSet( szFIlePath, \"PlayerLocationY\", fPos[ 1 ] );
dini_FloatSet( szFilePath, \"PlayerLocationZ\", fPos[ 2 ] );
}
Módosítsd az admin rendszerednek megfelelõen!