Player cannot respawn in dm with weapons :( ???
#1

EDIT
Reply
#2

Player cannot respawn in dm with weapons?

Questions :
You want players have weapons when they spawn?
Or
You want give players weapons when they spawn?
Or
You want remove players weapons when they spawn?
Reply
#3

EDIT
Reply
#4

EDIT
Reply
#5

EDIT
just add "GivePlayerWeapon" after a "else" statment

pawn Код:
public OnPlayerSpawn(playerid)
{
if(is_player_in_dm[playerid] == 0)
{
//your code
}else{
GivePlayerWeapon(playerid, 30, 500);//AK47 with 500 Amo
}
//So on....
if you want different guns in other teams then you will need to set up variables with teams.
Reply
#6

edit
Reply
#7

reset the WorldBounds
pawn Код:
SetPlayerWorldBounds(playerid,20000.0000, -20000.0000, 20000.0000, -20000.0000.);
And if it still shows that then you went very far of the map.
Reply
#8

EDIT
: clucker::cluck er:
Reply
#9

then your too far off the map you will have to change your pos.
Reply
#10

edit
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)