Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SET
- @MAP := '1',
- @ZONE := '12',
- @X := '1595.69',
- @Y := '-4439.85',
- @Z := '8.9001',
- @O := '3.21224';
- UPDATE playercreateinfo SET map=@MAP, zone=@ZONE, position_X=@X, position_Y=@Y, position_Z=@Z, orientation=@O WHERE race IN(2, 5, 6, 8, 10);
Advertisement
Add Comment
Please, Sign In to add comment