10.10.2014, 19:42
pawn Код:
CMD:rtcpm(playerid, params[]) {
new string[256];
if(Player[playerid][pPM] >= 4) {
for(new i; i < 14; i++) {
SetVehicleToRespawn(PM[i]);
format(string, sizeof(string), "{0000FF}O Polнcial {ffffff}%s{0000FF} respawnou todos os carros da PM.", getPName(playerid));
SendMessageToPM(COR_BRANCO, string);
}
else return SendClientMessage(playerid, COR_ERRO, "Vocк nгo tem autorizaзгo para usar este comando.");
return 1;
}
return 1;
}