pawn-lang / sa-mp-fixes

Includes and plugins to fix various issues in the SA:MP server that can be fixed externally, leaving the devs time for other things.
135 stars 57 forks source link

SetPlayerPosFindZ bug #133

Open MassonNN opened 3 years ago

MassonNN commented 3 years ago

The function must find the correct z coordinate. However, if the function cannot do this, the player will be teleported to 0,0,0. It is easy to find this bug if the player does not have a standard SA: MP map, such as CR:MP or the other. Probably a good fix for this error would be not to teleport the player at all in this situation.