26.12.2009, 14:40
Hey I was wondering how to make random spawns for dm area?
Heres my code:
And heres the coords in the dm that i need random spawns for:
Thanks / Your homie Bajskorv123
Heres my code:
Код:
// Minigun deathmatch if(strcmp("/minidm",cmdtext,true)==0) { SetPlayerInterior(playerid,57); SetPlayerVirtualWorld(playerid,57); AllowInteriorWeapons(true); ResetPlayerWeapons(playerid); GivePlayerWeapon(playerid,38,99999); return 1; }
Код:
/* // Random spawns 2641.8201, 2810.6196, 36.3222 2576.2593, 2703.4580, 22.9507 2524.1418, 2814.9497, 24.9536 2546.6863, 2753.8560, 10.8203 2617.7988, 2719.6909, 36.5386 2612.8235, 2658.6836, 37.8977 2685.6812, 2746.7214, 20.3222 */