Need help with error!
#3

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
OnPlayerClickMap is a callback. Remove the function and add this to the gamemode:
pawn Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
{
    SetPlayerPosFindZ(playerid, fX, fY, fZ);
    return 1;
}
For better results about the Z (height) parameter, you can use MapAndreas.
Thanks man!
Reply


Messages In This Thread
Need help with error! - by GnikLlort - 23.04.2014, 11:51
Re: Need help with error! - by Konstantinos - 23.04.2014, 12:05
Re: Need help with error! - by GnikLlort - 23.04.2014, 12:07

Forum Jump:


Users browsing this thread: 1 Guest(s)