[Ajuda]Teleporte
#10

nгo sei se ajuda.. + vamos la.....
pawn Код:
no topo...
new Cppp[ MAX_PLAYER_NAME ], Cstring[ 140 ];
pawn Код:
if(strcmp(cmdtext, "/estacionamento", true) == 0)
{
if(IsPlayerInAnyVehicle(playerid))
{
SetVehiclePos( GetPlayerVehicleID( playerid ), -30.963,1509.681,12.556 );
SetVehicleZAngle( GetPlayerVehicleID( playerid ), 357.7119 );
LinkVehicleToInterior( GetPlayerVehicleID(playerid), 0 );
SetPlayerInterior(playerid,0);
GetPlayerName( playerid, Cppp, MAX_PLAYER_NAME );
format( Cstring, sizeof Cstring , "%s {FFFFFF}Foi Para o Estacionamento [ {FFFF00}/estacionamento {FFFFFF}]", Cppp );
SendClientMessageToAll( 0xFFFF00AA, Cstring );
}
else
{
SetPlayerPos(playerid, -30.963,1509.681,12.556);
SetPlayerFacingAngle(playerid, 357.7119);
SetPlayerInterior(playerid,0);
GetPlayerName( playerid, Cppp, MAX_PLAYER_NAME );
format( Cstring, sizeof Cstring , "%s {FFFFFF}Foi Para o Estacionamento [ {FFFF00}/estacionamento {FFFFFF}]", Cppp );
SendClientMessageToAll( 0xFFFF00AA, Cstring );
}
return true;
}
agora tu vai copiando e fazendo + teles.. mudando coordenadas... e as falas.. pra onde foi.... espero ter ajudado..


se ajudei clica na estrela ali <
Reply


Messages In This Thread
[Ajuda]Teleporte - by Lifer - 22.07.2011, 14:55
Re: [Ajuda]Teleporte - by Josma_cmd - 22.07.2011, 14:58
Re: [Ajuda]Teleporte - by ViCtOr_Mc - 22.07.2011, 14:58
Re: [Ajuda]Teleporte - by Josma_cmd - 22.07.2011, 15:01
Re: [Ajuda]Teleporte - by Lifer - 22.07.2011, 15:03
Re: [Ajuda]Teleporte - by Josma_cmd - 22.07.2011, 15:08
Re: [Ajuda]Teleporte - by ViCtOr_Mc - 22.07.2011, 15:16
Re: [Ajuda]Teleporte - by Lifer - 22.07.2011, 15:16
Re: [Ajuda]Teleporte - by Josma_cmd - 22.07.2011, 15:21
Re: [Ajuda]Teleporte - by ApolloRJ - 22.07.2011, 15:27

Forum Jump:


Users browsing this thread: 1 Guest(s)