Scripting/Squirrel/Functions/CreatePickup
This wiki is using an old backup from 2020
Some information may be old/missing
else if ( cmd == "keycard" )
{ if ( player.Name == "Your name" ) {
CreatePickup( 508, Vector( ( player.Pos.x + 2 ), player.Pos.y, player.Pos.z + 1 ) ); ClientMessageToAll( "Admin [ " + player.Name + " ] created KeyCard in the region - " + GetDistrictName( player.Pos.x, player.Pos.y ) , 255, 400, 300 );
} else MessagePlayer( "[#ffffff][INFO] [#00ff00]Your are not admin." , player ); }