Wiso geht das nicht?
if(strcmp(cmd,"/gethereall",true) == 0)
{
if(PlayerInfo[playerid][pAdmin] > 1)
{
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid,X,Y,Z);
new Interior = GetPlayerInterior(playerid);
for(new i=0;i<MAX_PLAYERS;i++)
{
if(IsPlayerConnected(i))
{
SetPlayerInterior(i,Interior);
SetPlayerPos(i,X,Y,Z);
}
return 1;
}
Danke schonmal!
Gruß
Andy