[Ajuda] Com CMD:super
#7

pawn Код:
CMD:super(playerid, params[])
{
#pragma unused params
if(IsPlayerInAnyVehicle(playerid)) return SetVehiclePos( GetPlayerVehicleID( playerid ), 2068.9102,-1391.3558,1136.8787 ),SetVehicleZAngle( GetPlayerVehicleID( playerid ), 0.393166 );

SetPlayerPos(playerid, 2068.9102,-1391.3558,1136.8787);
SetPlayerFacingAngle(playerid, 0.393166);
SetPlayerInterior(playerid,0);
new pname[MAX_PLAYER_NAME], string[50];
GetPlayerName( playerid, pname, MAX_PLAYER_NAME );
format( string, sizeof string , "%s {FFFFFF}Foi Para o Super [ {FFFF00}/super {FFFFFF}]", pname );
SendClientMessageToAll( 0xFFFF00AA, string );
return true;
}
so que quando teleporto com o carro... ele n diz q foi para super.... isso e que e meu problema....
Reply


Messages In This Thread
[Ajuda] Com CMD:super - by ApolloRJ - 20.05.2011, 21:57
Re: [Ajuda] Com CMD:super - by TheGarfield - 20.05.2011, 22:07
Re: [Ajuda] Com CMD:super - by ApolloRJ - 20.05.2011, 22:13
Re: [Ajuda] Com CMD:super - by Shadoww5 - 21.05.2011, 00:35
Re: [Ajuda] Com CMD:super - by Nobiin - 21.05.2011, 00:51
Re: [Ajuda] Com CMD:super - by TheGarfield - 21.05.2011, 00:57
Re: [Ajuda] Com CMD:super - by ApolloRJ - 21.05.2011, 14:13
Re: [Ajuda] Com CMD:super - by Shadoww5 - 21.05.2011, 14:30
Re: [Ajuda] Com CMD:super - by ApolloRJ - 21.05.2011, 15:08

Forum Jump:


Users browsing this thread: 2 Guest(s)