Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: longhackmc on Sep 07, 2016, 07:57 AM

Title: Error CreateSprite in 04rel004
Post by: longhackmc on Sep 07, 2016, 07:57 AM
as the title.
when I tried to use the spec is having trouble as shown in Figure
(https://www.facebook.com/photo.php?fbid=1755451481391680&set=a.1376633659273466.1073741827.100007805340667&type=3)
Title: Re: Error CreateSprite in 04rel004
Post by: longhackmc on Sep 07, 2016, 08:23 AM
https://scontent-hkg3-1.xx.fbcdn.net/v/t1.0-9/14232589_1755451481391680_3342600823108197329_n.jpg?oh=8e9e240ddaa9c2e6a793efdab644ca0a&oe=584ED942
Title: Re: Error CreateSprite in 04rel004
Post by: KAKAN on Sep 07, 2016, 08:40 AM
CreateSprite and CreateTextdraw doesn't exist in rel04. You must use client side sprites and textdraws for that.
Title: Re: Error CreateSprite in 04rel004
Post by: longhackmc on Sep 07, 2016, 08:48 AM
Quote from: KAKAN on Sep 07, 2016, 08:40 AMCreateSprite and CreateTextdraw doesn't exist in rel04. You must use client side sprites and textdraws for that.
Please give me an example detailed sprites client side
tks
Title: Re: Error CreateSprite in 04rel004
Post by: KAKAN on Sep 07, 2016, 01:04 PM
Quote from: longhackmc on Sep 07, 2016, 08:48 AM
Quote from: KAKAN on Sep 07, 2016, 08:40 AMCreateSprite and CreateTextdraw doesn't exist in rel04. You must use client side sprites and textdraws for that.
Please give me an example detailed sprites client side
tks
there you go: http://forum.vc-mp.org/?topic=2783.0
Copy paste the code and try :)