Posts: 227
Threads: 32
Joined: Mar 2011
Reputation:
0
Alguйm me ajuda?? Procurei no ****** e no search e nгo achei o comando de respawnar todos os carros, quem tiver encontrado me passa o link ou faz pra mim, de preferкncia que seja sу logado na RCON.
Obrigado.
Posts: 649
Threads: 4
Joined: Jul 2010
retirei do meu gm:
pawn Код:
stock ResetarCarros(playerid)
{
format(string, sizeof(string), "[INFO]: O Adminstrador %s Respawnou todos os veiculos", GetPlayerNick(playerid));
SendClientMessageToAll(Verde, string);
static inVeh;
for( new i = 0; i < MAX_VEHICLES; i++ )
{
inVeh = false;
for( new j = 0; j < SLOTS; j++ )
{
if(IsPlayerInVehicle( j, i ))
{
inVeh = true;
break;
}
}
if(inVeh == false)
{
SetVehicleToRespawn(i);
}
}
}
creditos ...my
Posts: 649
Threads: 4
Joined: Jul 2010
Quote:
Originally Posted by lucas_mdr1235
ai TheGarfield essa linha sua de esse warning
pawn Код:
D:\Servers\Samp\gamemodes\EmConstruзao.pwn(27334) : warning 213: tag mismatch
como tirar esse warning ?
|
ah, bota isto: if(!inVeh)