Jump to content

#Al-Ha[J]aRii

Members
  • Posts

    482
  • Joined

  • Last visited

Everything posted by #Al-Ha[J]aRii

  1. انصحك تسوي جدول حق مايكرر كلحين يطلع موتر لان كذا راح يعمل تخريب بالسيرفر .
  2. did you want to make grid list and add in grid list weapon and when player press button then will take his money and give him the weapon right ??
  3. any error with debugscript ?
  4. مود ححلوو واصل ابداعك باين .
  5. الي ابي اسويه انا هو : Rank : Account Name : Money : 1- Alhajarii 88883 Rank : ماعرفت حقه ولا شيء Rank : انا ابيه الى 30 حق توب 30 --------------------------------- هذه الكود وهو مو كامل ذذ addEventHandler("onPlayerLogin",resourceRoot,function() local Account_ = getAccountName(getPlayerAccount(source)) local RowAccount = executeSQLQuery("SELECT * FROM Save_Money_Account WHERE Account = '"..tostring(Account_).."'") if ( #RowAccount ~= 0 ) then triggerClientEvent ( source, "SetGridList", source, RowAccount[1]["Account"], RowAccount[1]["Money"] ) end end) -- Client addEvent("SetGirdList", true) addEventHandler("SetGridList", root, function(Account,Money) local row = guiGridListAddRow(Grid) guiGridListSetItemText(Grid, row, 1, "Rank :" , false, false) -- هذا ماعرفت له guiGridListSetItemText(Grid, row, 2, tostring(Account) , false, false) guiGridListSetItemText(Grid, row, 3, tonumber(Money) , false, false) end)
  6. ؟؟ عارف كيف احفظ و عارف كيف اسوي القاعدة وعارف كل شيء , بس الي مو عارفه انه انا حافظ قيمه ابي اخليها في الجريد لست , مثلا : Rank : Name : Money : 1 - #[9MoD]Al-Ha[J]aRii 939432432
  7. مثلاً انا مسوي كود يحفظ فلوس اللاعب وابي اذا افتح الجريد ليست يطلع الإسم وجنبه المبلغ
  8. السلام عليكم ورحمة الله وبركاته شلون لو انا حافظ قيمة في : SQL Lite executeSQLQuery اخليها تطلع على الجريد لست ممكن مثال على الطلب ؟
  9. جرب هذه : local Markar = createMarker(1274.5977783203,-1624.0662841797,27.375, "cylinder", 2, 255, 0, 130, 160) addEventHandler("onMarkerHit",root, function(player) if ( source == Markar ) then if ( getElementType(player) == "player" ) then setElementPosition ( player, 3233.4047851563,-1712.3435058594,12.418444633484 ) end end end ) تسلم الله يسلمك ,
  10. هههه كتبتها بالغلط بعد ماقعدت اسوي الكود + انا احب اتحقق واجد ,
  11. جرب هذه : local Markar = createMarker(1274.5977783203,-1624.0662841797,27.375, "cylinder", 2, 255, 0, 130, 160) addEventHandler("onMarkerHit",root, function(player) if ( source == Markar ) then if ( getElementType(player) == "player" ) then setElementPosition ( player, 3233.4047851563,-1712.3435058594,12.418444633484 ) end end end )
  12. setElementPosition او spawnPlayer getElementType "onMarkerHit" addEventHandler
  13. طيب شفر لنا ملف وهاته نجرب ينفك او لا .
  14. are you stupid or drink some think ? and im not new here . i said befor you didn't know how to i make my script and just want to make a post for make your Posts : 1000 and said my english bad so how TAPL know what i wil do ? hahahahah waiting for other members can give me the function that i need it to make my script ,
  15. i dosen't have a arabic keyboard so when i wil post with english what you wil said ?? this is a section arabic no english ! Google translate... hahahh google said google is bad translate
  16. i dosen't have a arabic keyboard so when i wil post with english what you wil said ?? this is a section arabic no english ! yes i want like this i can make it's or not ??
  17. hi guys . can i got a players count in server from his ip i put it's in a gridlist . ? i want he got players count in this server is online ---- and can i get a server state and put the state in gridlist like he is ofline or online ?
  18. لازم playSound3D؟ هذه بتشغل صوت بس حق الي صوبك ذذ تبي صوت للسيرفر تستخدم playSound وبالنسبة لرفع جربت هذه ؟
  19. there are much pepole know grid-list but not given help for pepole . anyway lock topic .
  20. yes i know but my proplem in stand it Example : let's think the grid list in it i liked this server ! ididn't like this server ! ------------------------------------- how did i know he selected i liked this server and press button for he wil outputChatbox right ? becuse i want him when he selected the i liked this server ! he outputChatBox " i liked this server!" and when he selected ididn't like this server ! he outputChatBox " i didn't like this server!" ------------------------------------- like that i want a tut and thank you .
×
×
  • Create New...