Author Topic: Set World Bounds in Pawno?  (Read 3534 times)

0 Members and 1 Guest are viewing this topic.

yazeen

  • Guest
Set World Bounds in Pawno?
« on: April 18, 2011, 10:39:41 am »
SetWorldBoundary(playerid,blalbalbalba); avalabe in pawno?
Setting World Boundary For a just 1 player?
if no anyway to make like this?>

Offline [AoD]NC

  • VC:MP Beta Tester
  • VC:MP Veteran
  • *
  • Posts: 616
  • AoD forever!
    • View Profile
    • KURWA MAĆ
Re: Set World Bounds in Pawno?
« Reply #1 on: April 18, 2011, 12:22:43 pm »
From what I heard it is possible only in the event, when the server starts (onGameModeInit or something?). And it affects to all players.

Offline Pawno

  • Street Thug
  • *
  • Posts: 15
    • View Profile
Re: Set World Bounds in Pawno?
« Reply #2 on: April 18, 2011, 02:14:34 pm »
Only for all players.

Offline tato

  • Made Man
  • ***
  • Posts: 106
  • I bet u don't know me!
    • View Profile
    • EA Server
Re: Set World Bounds in Pawno?
« Reply #3 on: April 19, 2011, 12:39:34 am »
i am still thinking about this

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: Set World Bounds in Pawno?
« Reply #4 on: April 19, 2011, 12:48:57 am »
You can't exactly set a world boundary. However, you could restrict them to one area of the map. For example, if PlayerInfo[playerid][Restricted] is set to 1 and the user's area is outside of a set box, teleport them back into that box.
Do not PM me for support.




yazeen

  • Guest
Re: Set World Bounds in Pawno?
« Reply #5 on: April 19, 2011, 06:31:55 am »
You can't exactly set a world boundary. However, you could restrict them to one area of the map. For example, if PlayerInfo[playerid][Restricted] is set to 1 and the user's area is outside of a set box, teleport them back into that box.

Ye But i need some help its my hardest in pawno even if its easiest :P