- 0
Problema /dm Rspawn
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
SkyLeAs
Problemă întâlnită (descriere):
Pai daca eu fac mor/ma omorat unu nu ma respawneaza in dm si in al loc de spawn dar nu in dm
Ero(area / rile) / warning-(ul / urile):~~~
Liniile de cod / sursa / script-ul:
Pai am facut asa
new Float:DMSpawns[][5] = { {-1657.0603,964.9716,49.3438,305.8671}, {-1650.4016,1000.9796,49.3438,202.7794}, {-1621.0332,1003.1749,49.3438,122.8786}, {-1614.8210,973.2370,49.3438,49.5579} }; CMD:dm1(playerid, params[]) { SetPlayerInterior(playerid, 0); SetPlayerVirtualWorld(playerid, 10); new rand = random(sizeof(DMSpawns)); SetPlayerPos(playerid, DMSpawns[rand][0], DMSpawns[rand][1], DMSpawns[rand][2]); SetPlayerFacingAngle(playerid, DMSpawns[rand][4]); GivePlayerWeapon(playerid, 24, 1500); // Desert Eagle GivePlayerWeapon(playerid, 26, 1500); // Sawnoff Shutgun return 1; }Imagini / Video (optional):!!!
adica cum e cu respawn
Aţi încercat să rezolvaţi singur?: Nu ca nu stiu cum
16 answers to this question
Recommended Posts