What's new

Pomocy

Status
Not open for further replies.

ciacho13

Active User
Joined
Oct 2, 2010
Messages
80
Reaction score
2
Mam silnik 8.7 EasyServer 1.5 i chcia?bym si? dowiedzie? jak u?ywa? mount albo z?apa?, albo jako? da? go god'em
 

Arts18

Signed...
Joined
May 7, 2009
Messages
2,888
Reaction score
231
Age
33
Odp: Pomocy

Ten silnik jest jeszcze surowy, mog? si? te? myli?. Sprawd? za pomoc? komendy newtype.
Pytaj si? w razie czego.
 

Xart Irok

Senior User
Joined
Sep 7, 2008
Messages
2,925
Reaction score
419
Age
32
Odp: Pomocy

PHP:
function onUse(cid, item, frompos, item2, topos)
	if item.uid == 2161 then
		if getPlayerMount(cid, 1) then
			doPlayerSendTextMessage(cid,19,"You already has this mount!")
  		else
   			doPlayerAddMount(cid, 1)
   			doPlayerSendTextMessage(cid,19,"Now you can mount Widow Queen")
   			return true
  		end
	end
	return false
end
W kliencie na postaci musisz klikn?? aby ci si? otworzy?a lista (jak pisze Outfit) ni?ej za? jest napis mount wystarczy go klikn??.
 
Status
Not open for further replies.
Top