[Tutorial] Como criar comandos /ir e /trazer usando SSCANF e zCMD
#9

Quote:
Originally Posted by GabrielCOP
Посмотреть сообщение
Dica: O seu cуdigo sу estб puxando o jogador, mas nгo estб puxando o veнculo dele, caso ele esteja em algum...

Recomendo:

/ir:

pawn Код:
if(IsPlayerInAnyVehicle(playerid))
{
     SetVehiclePos(GetPlayerVehicleID(playerid),x,y,z);
}
/trazer:

pawn Код:
if(IsPlayerInAnyVehicle(id))
{
     SetVehiclePos(GetPlayerVehicleID(id),x,y,z);
}
Fiquei Off por um tempo, voltei agora. Muito obrigado pela dica irei usar !
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)