[Ajuda] Ajuda rapida!!
#3

Quote:
Originally Posted by Elias.G8B
Посмотреть сообщение
pawn Код:
if(strcmp(cmdtext,"/corrida",true)==0)
{
new vehicleid = GetPlayerVehicleID(playerid);
new State = GetPlayerState(playerid);
if(IsPlayerInAnyVehicle(playerid) && State == PLAYER_STATE_DRIVER)
{
new nome[255];
new string[255;
GetPlayerName(playerid,nome,sizeof(nome));
format(string,sizeof(string),"%s foi para o /corrida.",nome);
SendClientMessageToAll(-1,string);
GameTextForPlayer(playerid,"Voce foi Teletransportado para /corrida",4000,6);
LinkVehicleToInterior(vehicleid,0);
SetPlayerInterior(playerid,0);
return SetVehiclePos(vehicleid,1410.6201,-1362.8466,8.5547);
}
new nome[255];
new string[255;
GetPlayerName(playerid,nome,sizeof(nome));
format(string,sizeof(string),"%s foi para o /corrida.",nome);
SendClientMessageToAll(-1,string);
SetPlayerPos(playerid,1410.6201,-1362.8466,8.5547);
SetPlayerInterior(playerid,0);
GameTextForPlayer(playerid,"Voce foi Teletransportado para /corrida",4000,6);
return 1;
}
Obg
Reply


Messages In This Thread
Ajuda rapida!! - by FireBallPlays - 09.07.2012, 20:05
Respuesta: Ajuda rapida!! - by ipsBruno - 09.07.2012, 20:09
Re: Ajuda rapida!! - by FireBallPlays - 09.07.2012, 20:09
Respuesta: Ajuda rapida!! - by ipsBruno - 09.07.2012, 20:11
Re: Ajuda rapida!! - by WaGnerLiima - 09.07.2012, 20:13
Respuesta: Ajuda rapida!! - by ipsBruno - 09.07.2012, 20:18
Respuesta: Ajuda rapida!! - by ipsBruno - 09.07.2012, 20:25

Forum Jump:


Users browsing this thread: 3 Guest(s)