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
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 MenuQuote 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"
Quote from: Athanatos on Oct 09, 2021, 03:07 PMThe wanted level doesn't increase lolwow, so the script itself works?
Quote from: Jutt on Oct 01, 2021, 10:01 AMelse if( cmd == "setgrapic" )whatt?
{
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();
}
}