Jump to content

Blaawee

Members
  • Posts

    857
  • Joined

  • Last visited

Everything posted by Blaawee

  1. ' onPlayerLogin ' it's a server event & The GUI functions a client side.
  2. Are the teams have been created? if so try this local gTeam = { --['Team Name'] = { PosX, PosY, PosZ, Rotation, SkinID, interior, dimension } [ 'Forever' ] = { 0, 0, 0, 0, 0, 0, 0 }, [ 'Saint Row' ] = { 0, 0, 0, 0, 0, 0, 0 } }; addEventHandler( 'onPlayerSpawn', root, function( _, _, _, _, theTeam ) if gTeam[ theTeam ] then spawnPlayer( source, gTeam[ theTeam ][ 1 ], gTeam[ theTeam ][ 2 ], gTeam[ theTeam ][ 3 ], gTeam[ theTeam ][ 4 ], gTeam[ theTeam ][ 5 ], gTeam[ theTeam ][ 6 ], gTeam[ theTeam ][ 7 ] ); fadeCamera( source, true ); setCameraTarget( source, source ); end end ); P.S : You have to spawn them before.
  3. وعليكم السلام .. عفوآ اخخوي مم فهمت قصدكك لا يككون تقصد للبيس مود !?
  4. هذا راح يمنع لأي مود وهو وش يبي
  5. addEventHandler( 'onPlayerCommand', root, function( command ) if command:find( 'restart' ) then cancelEvent( ); end end );
  6. مابيسويه لاآ تحططمهه المسككيين ضض1
  7. -- Events 'onPlayerWasted' 'onPlayerSpawn' --Functions setElementAlpha getElementAlpha
  8. الممره الجآيه اقتبآس عششآن نشوف ممين اللي يتفشل =)
  9. Anytime. اي استفتسآر تعآل خآص
  10. هو يبي مثآل موب الكود جآهزز =)
  11. قصدي الموضوع كامل .. بس البحث ينسخ كلمات محددهـ .. بس ممآله دخخل ب موضوعنآ توني ططآرح الكود اللي لحق اخذه ذذ
  12. ممآلهآ دخل الفآيل فنكشن الفآيل فنكشن عشآن تقرأ السكريبتآت اللي مع المآب =)
  13. xmlLoadFile xmlFindChild xmlNodeGetName xmlNodeGetAttributes
  14. local Acc = { ['Account'] = true, ['Account'] = true, } addCommandHandler ( 'CheckAccount', function ( PlayerElement, _, theAccount ) local Account = getPlayerAccount ( PlayerElement ) if ( Account ) and not isGuestAccount ( Account ) then if Acc [ getAccountName ( theAccount ) ] then outputChatBox ( 'Account Found' ) end end end ) -- /CheckAccount [accountName]
  15. وش الفايده اصلا كذا ولا كذا السياره بعد مم تنفجر تنسحب من حالها
  16. صبر , انت صآحب الموضوع !! يووه معليش ضلمتكك =)
  17. source ?! يعني يوم يكون معه اي سياره حتى موب من الجدول يحذفها ! =)
×
×
  • Create New...