Little help
#10

Код:
[19:24:42] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap() <----- What the ... means this?? i need to fix??
This is because AllowAdminTeleport was removed in 0.3d and you need to use this instead.

Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
{
    if(IsPlayerAdmin(playerid))
    SetPlayerPosFindZ(playerid, fX, fY, fZ); 
    return 1;
}
Reply


Messages In This Thread
Little help - by Mustafa6155 - 12.11.2012, 16:48
Re: Little help - by guitarmandanny - 12.11.2012, 16:54
Re: Little help - by Mustafa6155 - 12.11.2012, 16:54
Re: Little help - by guitarmandanny - 12.11.2012, 16:57
Re: Little help - by Mustafa6155 - 12.11.2012, 16:58
Re: Little help - by guitarmandanny - 12.11.2012, 17:01
Re: Little help - by Mustafa6155 - 12.11.2012, 17:04
Re: Little help - by guitarmandanny - 12.11.2012, 17:06
Re: Little help - by Mustafa6155 - 12.11.2012, 17:06
Re: Little help - by guitarmandanny - 12.11.2012, 17:15

Forum Jump:


Users browsing this thread: 1 Guest(s)