[AJUDA]Problema ao criar interior
#1

Eae pessoal, to criando interior aki to usando s0rvete mais eu crio ali pra com F as cordenadas estгo certas mais o player cai pra baixo oq pode ser??
CУDIGO
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])//executa comandos
{
    //Teleporte
    if(strcmp(cmdtext,"/kiki",true)==0)
{
new vehicleid = GetPlayerVehicleID(playerid);
new State = GetPlayerState(playerid);
if(IsPlayerInAnyVehicle(playerid) && State == PLAYER_STATE_DRIVER)
{
GameTextForPlayer(playerid,"que",4000,6);
LinkVehicleToInterior(vehicleid,0);
SetPlayerInterior(playerid,0);
return SetVehiclePos(vehicleid,1373.1249,-1754.9692,17.3591,152.0514);
}
SetPlayerPos(playerid,1583.0682,-1778.2955,12.7907);
SetPlayerInterior(playerid,0);
GameTextForPlayer(playerid,"    ",4000,6);
return 1;
}
Reply


Messages In This Thread
[AJUDA]Problema ao criar interior - by Xapita_Halls - 21.10.2010, 20:31
Re: [AJUDA]Problema ao criar interior - by Lipepva - 21.10.2010, 20:36
Re: [AJUDA]Problema ao criar interior - by Xapita_Halls - 21.10.2010, 20:48
Re: [AJUDA]Problema ao criar interior - by GTA.Drifter - 22.10.2010, 19:02

Forum Jump:


Users browsing this thread: 1 Guest(s)