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 - Alterito

#1
Quote from: Zone_Killer on Mar 28, 2017, 11:09 AM@EK.IceFlake Anik's Register/Login system is better then yours ;D ;D ;D ;D ;D ;D :D :D :D :D :D ;) ;) ;) ;) ;) ;) 8) 8) 8) 8) 8) 8) 8)
@Zone_Killer, Are you mad? Do not mess with Master @EK.IceFlake's login/register system is better than this one.
#2
Support / Re: szCommand
Dec 07, 2015, 11:26 AM
Quote from: Thijn on Dec 06, 2015, 09:49 PMJesus christ that code looks horrible. Why don't you just rewrite it?
too much time require :D
#3
General Discussion / Re: Skin
Dec 07, 2015, 10:55 AM
Quote from: Thijn on Dec 06, 2015, 09:54 PMIt's ID 51, what else do you need?
Do you want to use that skin in singleplayer, or what?
yes single player.
Quote from: rwwpl on Dec 07, 2015, 01:00 AMModel and Texture file name: wmyst.dff & wmyst.txd
thanks alot. problem solved.
#4
General Discussion / Re: Skin
Dec 06, 2015, 11:22 AM
Quote from: sseebbyy on Dec 06, 2015, 09:31 AMBecause it is placed in gta3.img, not gta3.dir.
The texture is there too.

I recommand you to use TXD Workshop 4.5 because you can open .img files and view the textures inside, so it will be easier for you to find this skin.
thanks seby i already use TXD Workshop. thanks
Once you find it, the dff name model should be the same as for the txd extension.
LOL seby it is same like gta3.dir. i checked whole gta3.img :(
#5
Support / szCommand
Dec 06, 2015, 06:59 AM
this system works in 0.4?
function onPlayerCommand( pPlayer, szCommand, szParams )
{
 try
{
local
Players,
Plr,
    PlayersCount  =   GetPlayers(),
szParam1, 
            iParam1,
szParam2,     
iParam2,
    szParam3,   
            iParam3,
szParamA1,   
iParamA1,
szParamA2,
iParamA2,
szParamA3,
iParamA3,
szCmdError    =   szCommand,
        szCommand     =   szCommand.tolower();

if ( szParams )
    {    
szParam1      =   GetTok( szParams, " ", 1 );
iParam1       =   ( szParam1 ? split( szParam1, " ").len() : 0 );
szParam2      =   GetTok( szParams, " ", 2 );
iParam2       =   ( szParam2 ? split( szParam2, " ").len() : 0 );
    szParam3      =   GetTok( szParams, " ", 3 );
iParam3       =   ( szParam3 ? split( szParam3, " ").len() : 0 );
szParamA1     =   GetTok( szParams, " ", 1, NumTok( szParams, " " ) );
iParamA1      =   ( szParamA1 ? split( szParamA1, " ").len() : 0 );
szParamA2     =   GetTok( szParams, " ", 2, NumTok( szParams, " " ) );
iParamA2      =   ( szParamA2 ? split( szParamA2, " ").len() : 0 );
szParamA3     =   GetTok( szParams, " ", 3, NumTok( szParams, " " ) );
iParamA3      =   ( szParamA3 ? split( szParamA3, " ").len() : 0 );

    if ( IsNum( szParam1 ) ) Plr = FindPlayer( szParam1.tointeger() );
else Plr = FindPlayer( szParam1 );
}

for ( local PlayerID = 0, PlayerCount = 0; PlayerID < GetMaxPlayers() && PlayerCount < PlayersCount; PlayerID++ )
    {
if ( !( Players = FindPlayer( PlayerID ) ) ) continue;
    PlayerCount++;
            if ( Players.IsAdmin ) PrivMessage( pPlayer.Name + " Used " + szCommand + " " + szParams, Players );
        }

if ( Stats[ pPlayer.ID ].Leave ) return Announce("\x10 \x10 \x10 \x10 \x10 ~h~!~y~leave" pPlayer );
else if ( szCommand == "test")
    {
try
    {
if ( Stats[ pPlayer.ID ].Registered == true )
    {
if ( Stats[ pPlayer.ID ].Logged == true )
    {
          PrivMessage("Test Started!.." pPlayer );
            {
                Stats[ pPlayer.ID ].Leave = true;
                    MessagePlayer("Teleported To War" pPlayer );
              pPlayer.Skin = 0;
                pPlayer.Team = 0; 
                    pPlayer.Pos = SDMSpawns[ rand() % SDMSpawns.len() ];
Stats[ pPlayer.ID ].AntiHPHack = true;
                    pPlayer.Health += 20;
pPlayer.Armour += 200;
pPlayer.Cash +=300;
            //pPlayer.SetWeapon
                }
PrivMessage("Test Successfully!.." pPlayer );
                    }
                else PrivMessage("[Error] - You're not logged in" pPlayer );
    }
else PrivMessage("[Error] - You're not Registered." pPlayer );
            }        
catch(e) { Print("ERROR - DETECTED....."); Print( Typeof( e ) ); Print( e ); Print("ERROR - END..........."); }
}
else if ( szCommand == "register")
{
if ( Stats[ pPlayer.ID ].Registered == false )
    {
if ( szParams )
    {
    if ( iParamA1 < 2 )
      {
        if ( szParams.len() >= 4 )
    {
            if ( szParams.len() < 18 )
    {
                    if ( szParams != pPlayer.Name )
    {
                    Stats[ pPlayer.ID ].RegisterPlayer( pPlayer, szParams );
                  Stats[ pPlayer.ID ].Deaths = 0;
                Stats[ pPlayer.ID ].Cash = pPlayer.Cash;           
                                    Stats[ pPlayer.ID ].Score = pPlayer.Score;
                Stats[ pPlayer.ID ].User = pPlayer.Name;
                Stats[ pPlayer.ID ].Password = SHA256( szParams );
                Stats[ pPlayer.ID ].Registered = true;
                            Stats[ pPlayer.ID ].Logged = true;
                                PrivMessage("Successfully Registered! /C Help for more Information." pPlayer );
                                PrivMessage("Nick: " + pPlayer.Name + ", Password: " + szParams, pPlayer );
                                ClientMessageToAll(">> " + pPlayer.Name + " is a register Nick-Name now!" 984, 252, 777 );
}
else PrivMessage("[Error] - Your Name Can't be your Password." pPlayer );
                            }
else PrivMessage("[Error] - Password must be under 4 and 18 Characters." pPlayer );
                        }
else PrivMessage("[Error] - Password must be under 4 and 18 Characters." pPlayer );
                    }
        else PrivMessage("[Error] - Password Can't Contain Space!" pPlayer );
}
else PrivMessage("[Syntax] - /c " + szCommand + " <password>" pPlayer );
}
else PrivMessage("[Error] - You're already register!" pPlayer );
}
#6
General Discussion / Skin
Dec 06, 2015, 05:22 AM
Hey Guys
               hi i want to use this skin in GTA VC (Vice City). if someone have this skin pack plz send me. i tried to find in gta3.dir but not found.

#7
i think its time to lock it :D
#8
General Discussion / Why Not Approving ID's
Nov 03, 2015, 12:37 PM
Hello,
        Admins Many Players registered there ID at forum from 2 weeks or more but there ID's not approving why?
#9
Quote from: Thijn on Oct 29, 2015, 04:59 PMWhy not use a creditcard or paypal then?
paypal does not support Pak. also Bang.
#10
Quote from: rulk on Oct 26, 2015, 06:07 PMwow!!!! I'm shocked... 15GBP is 1,494.82 INR O.M.G!
1494.82 for 6 months ?
#11
Quote from: NE.CrystalBlue on Oct 24, 2015, 04:26 PMActually it works.
Just that I gave it to him xD
Right i joined its not 0.3 leaked. its new scripted.
#12
hahahahhahah nice
#13
Snippet Showroom / Re: Race and Derby
Jul 21, 2015, 04:42 PM
Quote from: DeViL_JiN on Jul 21, 2015, 09:56 AM
Quote from: Samrt_Boy on Jul 21, 2015, 09:47 AMAmazing Release. we are waiting for vccnr
(facepalm)
Hey Thijn is this not a spam?
#14
Snippet Showroom / Re: Race and Derby
Jul 21, 2015, 01:43 PM
Stop Bumping
#15
Support / Re: can i have small help
Jul 19, 2015, 02:15 PM
Quote from: kokia on Jul 19, 2015, 11:43 AMhello all today i downloaded the console plugin from ysc and added a chat command that command works fine but i wanted the player chat to also show in the console then onplayerchat i wrote this
print("** " + player.Name + " : " + text + " . " **);
and it is giving error that expression expected is my code not working or this is not the way to do it if it is not the way then please tell me the right way
thanks for help
do you want to steal a password by doing this