Jump to content

#NexT<3

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

#NexT<3's Achievements

Newbie

Newbie (4/54)

1

Reputation

  1. addEvent( 'RegisterNewAccount', true )addEventHandler( 'RegisterNewAccount', root,function(newAccount, newPassword, securityQuestion, answerValue)local playerAcc = getPlayerAccount(source)if ( #getAccountsBySerial ( getPlayerSerial ( source ) ) < 2 ) thenlocal account = addAccount(newAccount, newPassword)saveSecurityQuestion(newAccount, securityQuestion, answerValue)triggerClientEvent( source, 'RegisterButtonDisable', source )elseoutputChatBox( '$Error : You can\'t create more 2 accounts !', source, 0, 255, 0, true )endend) ياريت مساعده
  2. اهنييك يا بطل بس ياريت تقولي كيف اخليه ما يسوي اكتر من حسابين
  3. ارجوووا المساعده عندي لوحة تسجيل وابغى اخليه ما يسوي اكتر من حسابين شو اسوي ؟؟؟؟؟ اتمنى المساااعده addEvent( 'RegisterNewAccount', true ) addEventHandler( 'RegisterNewAccount', root, function(newAccount, newPassword, securityQuestion, answerValue) local playerAcc = getPlayerAccount(source) if (not isGuestAccount(playerAcc)) then return end local account = addAccount(newAccount, newPassword) saveSecurityQuestion(newAccount, securityQuestion, answerValue) triggerClientEvent( source, 'RegisterButtonDisable', source ) end )
×
×
  • Create New...