Can Anyone help me with Survival Server? "Map Change SYstem"
#1

hello, i'm trying to create a survival gm i mean the one who is the last who survive will win...
you have to find a gun and loot it after u have to kill others if u're the one who is the last guy in the server alive you will win, i just needed a map change system of this...
Survive till last... No Timer or counts just survive... please if anyone can help me will be great
if you want ill send u 2$ i just need that map change system
Reply
#2

Use This :
When player win, message or GameText ... will be send or show for all ! right ?
so use This
pawn Код:
ChangeMap();
//==============
stock ChangeMap()
{
for(new i; i<MAX_PLAYERS; i++)
SetPlayerPos(i, x, y, z);
}
I Think this create a bug and all players will be in one position.
so i Recommend you to use the random :
pawn Код:
new Float:ChangeMap[5][4]{
{x,y,z,facing angle}
{x,y,z,facing angle}
{x,y,z,facing angle}
{x,y,z,facing angle}
{x,y,z,facing angle},
}
Sorry For My bad english and Education this problem
( If i helped you give me +rep )
Reply
#3

thats good but its not full, anyways +rep, i need help plz someone.,. ?
Reply
#4

bump
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)