Posts: 372
Threads: 91
Joined: Nov 2011
Reputation:
0
Eu queria uma ajuda de teleporte para serve rpg tipo eu vo colocar upp e quero que o player entre dentro apertando o f ou enter ai ele teleporta para uns 2 centнmetro so isso so para ele entrar pq a posta nгo abre
Posts: 158
Threads: 53
Joined: Sep 2011
Reputation:
0
Nгo entendi, seja claro que posso atй lhe ajudar.
Posts: 178
Threads: 2
Joined: Nov 2011
Reputation:
0
Fale no nosso idioma, se possнvel.
Posts: 372
Threads: 91
Joined: Nov 2011
Reputation:
0
e isso mesmo tem como me explicar '-'
Posts: 25
Threads: 4
Joined: Oct 2011
Reputation:
0
um entendi!! tipo
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if(newkeys == KEY_SECONDARY_ATTACK) //Ao Pressionar F
{
if(IsPlayerInRangeOfPoint(playerid, 2.0, 1791.8583,-1164.2068,23.8281)||
IsPlayerInRangeOfPoint(playerid, 2.0, 1068.6317,-1871.6636,13.5469)||
IsPlayerInRangeOfPoint(playerid, 2.0, 2089.1594,1450.8052,10.8203)||
IsPlayerInRangeOfPoint(playerid, 2.0, 2540.3181,2162.0979,10.8203)||
IsPlayerInRangeOfPoint(playerid, 2.0, -2243.6201,123.0044,35.3203)||
IsPlayerInRangeOfPoint(playerid, 2.0, -2218.2722,1190.7813,55.7107))
{
SetPlayerPos(playerid, 12.0,12.0,12.0);
SetPlayerFacingAngle(playerid,357.1059);
SetCameraBehindPlayer(playerid);
}
E TIPO ISSO ?