21/07/2023 12:06
(21/07/2023 11:30)Dr Editor Escreveu: Exatamente como no exemplo.
Uma função que através dos parâmetros simplifica o uso de diversas funções em uma só.
Então é só fazer assim??:
Código PHP:
stock SetPlayerPosEx(Float:X,Float:Y,Float:Z,Float:A,interiorid,worldid)
{
SetPlayerPos(playerid, X, Y, Z);
SetPlayerFacingAngle(playerid, A);
SetPlayerInterior(playerid, interiorid);
SetPlayerVirtualWorld(playerid, worldid);
return 1;
}
Programador de Samp (ainda iniciante,mas futuramente grande)