• Welcome to Vice City Multiplayer.
 

Set World Bounds in Pawno?

Started by yazeen, April 18, 2011, 09:39:41 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

yazeen

SetWorldBoundary(playerid,blalbalbalba); avalabe in pawno?
Setting World Boundary For a just 1 player?
if no anyway to make like this?>

[AoD]NC

From what I heard it is possible only in the event, when the server starts (onGameModeInit or something?). And it affects to all players.

Pawno


tato






<!-- Facebook Badge START --><a href="http://es-es.facebook.com/eduardoeslindo" target="_TOP" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="Eduardo Estrada">Eduardo Estrada</a><br/><a href="http://es-es.facebook.com/eduardoeslindo" target="_TOP" title="Eduardo Estrada"><img src="http://badge.facebook.com/badge/697470158.6069.1979465113.png" width="120" height="272" style="b

stormeus

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.

yazeen

Quote from: stormeus on April 18, 2011, 11:48:57 PM
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