moi j'avais creer sa il y a deux ans ^^
stock PosJoueur(playerid, Float:xx, Float:yy, Float:zz, Float:aa,Int,Mob,World=0)
{
SetPlayerPos(playerid,xx,yy,zz);
SetPlayerFacingAngle(playerid,aa);
SetPlayerInterior(playerid,Int);
TogglePlayerControllable(playerid,Mob);
SetPlayerVirtualWorld(playerid,World);
}