Virtual Worlds bug
#7

Try this
PHP код:
 new string[250],name[MAX_PLAYER_NAME],RandSpawn random(sizeof(dm1spawns));
                    
GetPlayerName(playerid,name,sizeof(name));
                                    
SetPlayerVirtualWorld(playerid,1);
                                    
SetPlayerInterior(playerid,0);
                    
SetPlayerPos(playerid,dm1spawns[RandSpawn][0],dm1spawns[RandSpawn][1],dm1spawns[RandSpawn][2]);
                    
SetPlayerFacingAngle(playerid,dm1spawns[RandSpawn][3]);
                    
SetCameraBehindPlayer(playerid):
                    
GivePlayerWeapon(playerid,24,9999);
                    
GivePlayerWeapon(playerid,33,9999);
                    
dm1[playerid] = 1;
                    
Lobby[playerid] = 0;
                    
format(string,sizeof(string),"%s(%i) has joined the Panopticon deathmatch.",name,playerid);
                    
SendClientMessageToAll(COLOR_CLIENT,string); 
Reply


Messages In This Thread
Virtual Worlds bug - by Mike861 - 01.07.2018, 15:34
Re: Virtual Worlds bug - by Florin48 - 01.07.2018, 15:36
Re: Virtual Worlds bug - by Mike861 - 01.07.2018, 15:41
Re: Virtual Worlds bug - by Florin48 - 01.07.2018, 15:46
Re: Virtual Worlds bug - by Mike861 - 01.07.2018, 16:12
Re: Virtual Worlds bug - by Mike861 - 02.07.2018, 12:24
Re: Virtual Worlds bug - by Exhibit - 02.07.2018, 12:30

Forum Jump:


Users browsing this thread: 1 Guest(s)