09.12.2009, 20:52
Hi Guys,
That isn't the complete /gg command but i only copied the lines i think
theire must be the problem ...
Set The Position from before is working,
but to Set the Interior from before that is my problem,
because it wouldn't work =(
Please Help...
LG Bearfist
Code:
if(strcmp("/gg",cmdtext,true) == 0)
{
if(IsInGunGame[playerid] == 0)
{
for(new i;i < MAX_PLAYERS;i++)
{
{
Interior[i] = GetPlayerInterior(i);
new Float:x, Float:y, Float:z;
GetPlayerPos(i, x, y, z);
}
}
}
else
{
for(new i;i < MAX_PLAYERS;i++)
{
{
SetPlayerInterior(i,Interior[i]);
new Float:x, Float:y, Float:z;
SetPlayerPos(i, x, y, z);
}
}
}
return 1;
}
theire must be the problem ...
Set The Position from before is working,
but to Set the Interior from before that is my problem,
because it wouldn't work =(
Please Help...
LG Bearfist

