Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - cowboy

#1
Quote from: Athanatos on Oct 09, 2021, 03:12 PMI'm not 100 % sure, but is it correct to write "Class" instead of "class" in squirreil?
yes, it should be "class"
+ it's squirrel not squirreil
#2
Script Showroom / Re: Bank Rob [ By ] Jutt
Oct 09, 2021, 03:36 PM
Quote from: Athanatos on Oct 09, 2021, 03:07 PMThe wanted level doesn't increase lol
wow, so the script itself works?
#3
Script Showroom / Re: Set Grapics Command!
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?
#5
Script Showroom / Re: Simple ban system
Jun 27, 2021, 09:32 PM
you need to add the function Ban ( plr, player, reason ) ;  without it your command won't work