- 0
Problema CMD:sdm
-
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
horke1
Deci cand dau /sdm
Ma teleporteaza
dar cand mor sa il omor :-?
Nu respawnea`za il spawnea`za la unde are clanu spawn :-??
iar cand nu ai clan il respawnea`za
Aveti ide :-?
In comanda /sdm este totul in ordine :-?
CMD:sdm(playerid, params[]) { new Float:RandomSpawn[3][4] = { {3794.8005,-1067.5277,25.3162}, {3798.9282,-1025.8356,28.1341}, {3763.5474,-1003.0386,41.1961} }; new rand = random(sizeof(RandomSpawn)); SetPlayerPos(playerid,RandomSpawn[rand][0],RandomSpawn[rand][1],RandomSpawn[rand][2]); SetPlayerFacingAngle(playerid,RandomSpawn[rand][3]); ResetPlayerWeapons(playerid); SetPlayerHealth(playerid, 100); SetPlayerArmour(playerid, 0); GivePlayerWeapon(playerid, 34, 500); GivePlayerWeapon(playerid, 31, 500); GivePlayerWeapon(playerid, 23, 500); GivePlayerWeapon(playerid, 27, 500); SetPVarInt(playerid, "PlayerInDM", 1); SendTeleport(playerid, "Strike DM", "sdm"); SendClientMessage(playerid, COLOR_ORANGE, "{15FF00}Welcome to {11FF00}Strike DM!"); return 1; }7 answers to this question
Recommended Posts