Jump to content

تصليح الاكواد


AliAlanzi

Recommended Posts

؟؟؟؟؟؟؟كيف مو موجودظ

function PlayRadio()
	SongFileB = guiGridListGetItemData(songGridList, guiGridListGetSelectedItem (songGridList), 1)
	local scheck = guiGridListGetItemText(songGridList, guiGridListGetSelectedItem ( songGridList ), 1)
	outputChatBox(scheck,255, 255, 0, true )
	if scheck then
		local stationName = guiGridListGetItemText (songGridList, scheck, songColumn)
		if stationName then
			triggerServerEvent("SetSongBASE1", localPlayer, SongFileB)
		else
			outputChatBox("unknown error")
		end
	end
end
-----------------------
function StopRadio()
	if isElement(soundBASE1) then stopSound(soundBASE1) end
	triggerServerEvent("SetSongBASE1", localPlayer, false)
end

 

Link to comment

@DmAr511 أهنيك عالتخبيص
المشكلة واضحه

تستعمل ال 

triggerServer 

واحط الايفينت في الكلنت

يعني انت مسوي ارسال الحدث في الكلنت

ومستقبله في الكلنت

متجي كذا ي حبيبي
 

انا ماقدر اصلح اكوادك مابي اكسب ذنوب بس وضحتلكم المشكلة الباقي عليكم

 

 

Link to comment
3 minutes ago, iMr.WiFi..! said:

@DmAr511 أهنيك عالتخبيص
المشكلة واضحه

تستعمل ال 

triggerServer 

واحط الايفينت في الكلنت

يعني انت مسوي ارسال الحدث في الكلنت

ومستقبله في الكلنت

متجي كذا ي حبيبي
 

انا ماقدر اصلح اكوادك مابي اكسب ذنوب بس وضحتلكم المشكلة الباقي عليكم

 

 

يخوي خله يستخدم 

 

--serverside
addEvent("SetSongBase", true)
addEventHandler("SetSongBase", root,
function(link)
triggerClientEvent(root, "StartSongBase", root, link)
end)

احسن !!

Link to comment
4 hours ago, Ghost-Gamer said:
  1. function PlayRadio()
  2. SongFileB = guiGridListGetItemData(songGridList, guiGridListGetSelectedItem (songGridList), 1)
  3. local scheck = guiGridListGetItemText(songGridList, guiGridListGetSelectedItem ( songGridList ), 1)
  4. outputChatBox(scheck,255, 255, 0, true )
  5. if scheck then
  6. local stationName = guiGridListGetItemText (songGridList, scheck, songColumn)
  7. if stationName then
  8. triggerServerEvent("SetSongBASE1", localPlayer, SongFileB)
  9. else
  10. outputChatBox("unknown error")
  11. end
  12. end
  13. end
  14. -----------------------
  15. function StopRadio()
  16. if isElement(soundBASE1) then stopSound(soundBASE1) end
  17. triggerServerEvent("SetSongBASE1", localPlayer, false)
  18. end

اشيل ذي الاكواد و اخلي

 

4 hours ago, DmAr511 said:
  1. --serverside
  2. addEvent("SetSongBase", true)
  3. addEventHandler("SetSongBase", root,
  4. function(link)
  5. triggerClientEvent(root, "StartSongBase", root, link)
  6. end)

اخلي ذي بدالها

Edited by Ghost-Gamer
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...