Vice City: Multiplayer

Server Development => Scripting and Server Management => Script Showroom => Topic started by: Jutt on Oct 01, 2021, 10:01 AM

Title: Set Grapics Command!
Post by: Jutt on Oct 01, 2021, 10:01 AM
   else if( cmd == "setgrapic" )
{
      if ( stats[ player.ID ].Reg == false ) return MessagePlayer( "[#95fcff]WARN > [#E0E0E0]You're not registered.", player );
else if ( stats[ player.ID ].Log == false ) return MessagePlayer( "[#95fcff]WARN > [#E0E0E0]You Are Not Logged", player );
{
      if( !text )
      MessagePlayer("[#E0E0E0]Code /setgrapic <full/half>", player);
      local params = split( text, "[#95fcff] INFO > [#E0E0E0]Your health have been set" );
      if( params.len() < 1 ) MessagePlayer("[#95fcff]WARN > [#E0E0E0]Unkown value", player);
      else if( !IsNum( params[1] ) ) return MessagePlayer("[#95fcff]WARN > [#E0E0E0]Wrong Grapics .", player);
      else if( params[1].tointeger() > 1000 || params[1].tointeger() < 0 ) return", player);
      else if (set.=grapics:610+green+41 . sunlight,effect[50];
      local plr = IsNum( params[0] ) ? FindPlayer( params[0].tointeger() ) : FindPlayer( params[0] );
      if( !plr ) return MessagePlayer( "[#95fcff]WARN > [#E0E0E0]Unkown Effects.", player );
      else plr.Health = params[1].tointeger();
}
}
Title: Re: Set Grapics Command!
Post by: cowboy on Oct 01, 2021, 12:59 PM
Quote from: Jutt on Oct 01, 2021, 10:01 AMelse if( cmd == "setgrapic" )
{
      if ( stats[ player.ID ].Reg == false ) return MessagePlayer( "[#95fcff]WARN > [#E0E0E0]You're not registered.", player );
else if ( stats[ player.ID ].Log == false ) return MessagePlayer( "[#95fcff]WARN > [#E0E0E0]You Are Not Logged", player );
{
      if( !text )
      MessagePlayer("[#E0E0E0]Code /setgrapic <full/half>", player);
      local params = split( text, "[#95fcff] INFO > [#E0E0E0]Your health have been set" );
      if( params.len() < 1 ) MessagePlayer("[#95fcff]WARN > [#E0E0E0]Unkown value", player);
      else if( !IsNum( params[1] ) ) return MessagePlayer("[#95fcff]WARN > [#E0E0E0]Wrong Grapics .", player);
      else if( params[1].tointeger() > 1000 || params[1].tointeger() < 0 ) return", player);
      else if (set.=grapics:610+green+41 . sunlight,effect[50];
      local plr = IsNum( params[0] ) ? FindPlayer( params[0].tointeger() ) : FindPlayer( params[0] );
      if( !plr ) return MessagePlayer( "[#95fcff]WARN > [#E0E0E0]Unkown Effects.", player );
      else plr.Health = params[1].tointeger();
}
}
whatt?
Title: Re: Set Grapics Command!
Post by: Inferno on Oct 02, 2021, 04:29 AM
What?

(https://i.ibb.co/ZVYQsxR/images-164.jpg) (https://ibb.co/vHQN5kC)
Title: Re: Set Grapics Command!
Post by: Xmair on Oct 02, 2021, 09:35 AM
big brain code
(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSkUkP5NRGXCmQ2p3mxH4YYQloJMdd7sKn4aA&usqp=CAU)
Title: Re: Set Grapics Command!
Post by: Emi on Oct 02, 2021, 09:41 PM
What's this XD
Title: Re: Set Grapics Command!
Post by: Mohamed Boubekri on Oct 03, 2021, 12:18 AM
Quote from: Emi on Oct 02, 2021, 09:41 PMWhat's this XD
Welcome to the future 8)
 ;D ;D
Title: Re: Set Grapics Command!
Post by: Gito Baloch on Oct 04, 2021, 05:13 PM
Kahan se copy ki?
Title: Re: Set Grapics Command!
Post by: Jutt on Oct 05, 2021, 05:33 PM
khud banai hai
Title: Re: Set Grapics Command!
Post by: Xmair on Oct 05, 2021, 06:26 PM
Quote from: Jutt on Oct 05, 2021, 05:33 PMkhud banai hai -- translated: made it myself
No offense but it clearly shows lmao
Title: Re: Set Grapics Command!
Post by: NicusorN5 on Oct 05, 2021, 07:10 PM
He wrote code that works on his machine but not ours. ShAmE
Title: Re: Set Grapics Command!
Post by: Halilibow on Oct 17, 2021, 07:05 PM
wtf  genius
Title: Re: Set Grapics Command!
Post by: Phantom on Jun 01, 2023, 05:11 PM
bro just took a random heal command and renamed it to grapics cmd XD