26.09.2013, 15:48
(
Последний раз редактировалось matrix2; 26.09.2013 в 23:50.
)
hi guys,
i want to idit my gm for add maps, and i have a probleme with ZombieSpawns and humansSpawns where should be add spawns.
new ZombieSpawns;
new humansSpawns;
switch ( MapChange ) {
case 0://ZM_SpaceStation
{
SetPlayerPos(playerid, -248.4745,-46.2300,290.9550);
SetPlayerFacingAngle(playerid,284.9311);
SendRconCommand("hostname Zombie Mode [Map 1/20]");
}
case 1://ZM_ufoinvasion
{
SetPlayerPos(playerid,-2548.1179,608.2272,17.2041);
SetPlayerFacingAngle(playerid,284.9311);
SendRconCommand("hostname Zombie Mode [Map 2/20]");
i want to idit my gm for add maps, and i have a probleme with ZombieSpawns and humansSpawns where should be add spawns.
new ZombieSpawns;
new humansSpawns;
switch ( MapChange ) {
case 0://ZM_SpaceStation
{
SetPlayerPos(playerid, -248.4745,-46.2300,290.9550);
SetPlayerFacingAngle(playerid,284.9311);
SendRconCommand("hostname Zombie Mode [Map 1/20]");
}
case 1://ZM_ufoinvasion
{
SetPlayerPos(playerid,-2548.1179,608.2272,17.2041);
SetPlayerFacingAngle(playerid,284.9311);
SendRconCommand("hostname Zombie Mode [Map 2/20]");