SA-MP Forums Archive
[Ajuda] Ant-Flod - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Ant-Flod (/showthread.php?tid=347300)

Pages: 1 2


Re: [Ajuda] Ant-Flod - sanalex - 01.06.2012

Agora sim

pawn Код:
dcmd_respawn(playerid,params[]) {
#pragma unused params
if(PlayerInfo[playerid][Level] >= 4) { // 4 й o level
for(new v; v<MAX_VEHICLES; v++) SetVehicleToRespawn(v);
return SendClientMessage(playerid, -1, "Veiculos Respawnados" );
} else return SendClientMessage(playerid,0xFF0000AA,"ERRO: Vocк precisa ter nнvel 4 para usar este comando!");
}