20.05.2017, 02:04
Quote:
|
Код:
CreateVehicle(vehicletype, Float:x, Float:y, Float:z, Float:rotation, color1, color2, respawn_delay, addsiren=0) Код:
new Float:x, Float:y, Float:z, Float:a; GetPlayerPos(playerid, x, y, z); GetPlayerFacingAngle(playerid, a); CreateVehicle(426. x, y, z, a, 0, 0, -1, 1); //Aqui ele cria um Premier com Sirene na posiзгo do jogador, cores 0 e 0 com tempo de respawn em -1 (sem respawn). |
Forte abraзo!


