Home And Shop System For Roleplay

Started by Kuungu, Jun 23, 2021, 02:21 PM

Previous topic - Next topic

Kuungu

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 );
    }

SexAppeal

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 );
    }
?