Author Topic: pos  (Read 1215 times)

Kevin

  • Newbie
  • *
  • Posts: 32
  • Karma: +9/-35
    • View Profile
    • www.edgarcain.zz.mu
pos
« on: April 13, 2013, 01:27:05 am »
 :'( :'( :'( please help to put this spree, in this position Pos = Vector( -1565.5, -951.9, 11.01 )
function onPlayerCommand( pPlayer, szCommand, szText )
{
if ( szCommand == "spre" )
{
CreateSphere( pPlayer.Pos, 5.00, Colour( 0, 0, 255 ) );
}
return 1;
}

Kevin  ;)

IdkanYavuk X

  • Jr. Member
  • **
  • Posts: 91
  • Karma: +37/-36
  • Developer for The Newport Experience
    • View Profile
Re: pos
« Reply #1 on: April 13, 2013, 03:15:13 am »
Code: [Select]
Pos <- Vector( -1565.5, -951.9, 11.01 );
function onPlayerCommand( pPlayer, szCommand, szText )
{
    if ( szCommand == "spre" )
    {
        CreateSphere( Pos, 5.00, Colour( 0, 0, 255 ) );
    }
    return 1;
}

Kevin

  • Newbie
  • *
  • Posts: 32
  • Karma: +9/-35
    • View Profile
    • www.edgarcain.zz.mu
Re: pos
« Reply #2 on: April 13, 2013, 03:44:24 pm »
thank Idkn Yavuk problem result  8) 8) 8) 8)
Kevin  ;)

 

© Liberty Unleashed Team.