Vice City: Multiplayer

Server Development => Scripting and Server Management => Script Showroom => Topic started by: Kuungu on Jun 23, 2021, 02:21 PM

Title: Home And Shop System For Roleplay
Post by: Kuungu on Jun 23, 2021, 02:21 PM
if ( cmd == "House" )
    {
    if ( player.Name == "Hulki" )
    {
   Announce( "~y~Welcome House.", player, 1 );
    player.Pos = Vector ( 557.858, 17.3716, 52.7512 );
    }

if ( cmd == "Malubu" )
    {
    if ( player.Name == "Authorized person" )
    {
    Announce("~y~Welcome Malubu", player, 1 );
    player.Pos = Vector ( -846.527, -72.5197, 11.5413 );
    }

if ( cmd == "bar" )
    {
    if ( player.Name == "Authorized person" )
    {
    Announce("~y~Welcome Bar", player, 1 );
    player.Pos = Vector ( -594.766, 644.979, 11.6765 );
    }
Title: Re: Home And Shop System For Roleplay
Post by: SexAppeal on Jun 24, 2021, 03:32 AM
Quote from: Kuungu on Jun 23, 2021, 02:21 PMif ( cmd == "House" )
    {
    if ( player.Name == "Hulki" )
    {
   Announce( "~y~Welcome House.", player, 1 );
    player.Pos = Vector ( 557.858, 17.3716, 52.7512 );
    }

if ( cmd == "Malubu" )
    {
    if ( player.Name == "Authorized person" )
    {
    Announce("~y~Welcome Malubu", player, 1 );
    player.Pos = Vector ( -846.527, -72.5197, 11.5413 );
    }

if ( cmd == "bar" )
    {
    if ( player.Name == "Authorized person" )
    {
    Announce("~y~Welcome Bar", player, 1 );
    player.Pos = Vector ( -594.766, 644.979, 11.6765 );
    }
?
Title: Re: Home And Shop System For Roleplay
Post by: KazamaOp on Dec 13, 2024, 09:15 AM
fake  >:(