hi,
when i change from colorado to other map on my emulator, i get killed, i spawn outside the map.
iKasu deleted his tutorial, anyone know how to get teleported to a custom position after changing maps?
Printable View
hi,
when i change from colorado to other map on my emulator, i get killed, i spawn outside the map.
iKasu deleted his tutorial, anyone know how to get teleported to a custom position after changing maps?
type /tp 5700 6500
the problem is: what about users without any DEV rights?
Look at my more recent post i posted a small tut in a help thread should fix your problem but if u already got secondary maps working then add your base spawns in the map to fix off map spawning.
well if u got second map working delete all spawns on map and re-place them and add a few base spawns and will fix spawning dead or spawning under mountains.
-- Add Dev or Admin
USE WarZ;
GO
DECLARE @CustomerID VARCHAR(100);
DECLARE @USER_cID VARCHAR(50);
DECLARE @Developer VARCHAR(10);
SET @USER_cID = 'yourmail'
SET @Developer = 'Yes';
IF @Developer = 'Yes'
BEGIN;
SET @Developer = '1'
END;
IF @Developer = 'No'
BEGIN;
SET @Developer = '0'
END;
SET @CustomerID = (SELECT CustomerID FROM dbo.Accounts WHERE email=@USER_cID)
UPDATE dbo.Accounts SET IsDeveloper=@Developer WHERE email=@USER_cID
UPDATE dbo.UsersData SET IsDeveloper=@Developer WHERE CustomerID=@CustomerID
I believe that must be the spawn of the map that are incorrect