Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: yazeen on April 18, 2011, 10:39:41 am

Title: Set World Bounds in Pawno?
Post by: yazeen 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?>
Title: Re: Set World Bounds in Pawno?
Post by: [AoD]NC 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.
Title: Re: Set World Bounds in Pawno?
Post by: Pawno on April 18, 2011, 02:14:34 pm
Only for all players.
Title: Re: Set World Bounds in Pawno?
Post by: tato on April 19, 2011, 12:39:34 am
i am still thinking about this
Title: Re: Set World Bounds in Pawno?
Post by: stormeus 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.
Title: Re: Set World Bounds in Pawno?
Post by: yazeen 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