SA-MP Forums Archive
[Helpful!] Some notes about 0.3 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Helpful!] Some notes about 0.3 (/showthread.php?tid=95030)

Pages: 1 2


Re: [Helpful!] Some notes about 0.3 - Haku - 06.09.2009

Quote:
Originally Posted by Balon
Remove RepairVehicle function from your code.
Thank you.


Re: [Helpful!] Some notes about 0.3 - Trooper[Y] - 08.09.2009

Quote:

You will need to re-apply the attachment at OnPlayerStreamIn. Example: http://pawn.pastebin.com/f71c9c389, (untested, by lavamike, may work)

1. Link contaisn a dot, making it unable to load for beginners
2. I didnt rly got the point.
How the hell should i "re-apply" it ?
Ive got a problem with it actually....


Re: [Helpful!] Some notes about 0.3 - Rac3r - 08.09.2009

AttachPlayerObjectToPlayer doesn't seem to work.
I'm an idiot, thought this was Bug Report. Sorry.


Re: [Helpful!] Some notes about 0.3 - lavamike - 11.09.2009

lol RDL, now you messed up my link :P

it says: Example: http://pawn.pastebin.com/f71c9c389, (untested, by lavamike, may work)

It thinks that comma is part of the URL lol

just do this:



Код:
Example: http://pawn.pastebin.com/f71c9c389, (untested, by lavamike, may work)
Example: http://pawn.pastebin.com/f71c9c389, (untested, by lavamike, may work)


Re: [Helpful!] Some notes about 0.3 - Redirect Left - 11.09.2009

Sorry, fixed.


Re: [Helpful!] Some notes about 0.3 - [OREL]Atos - 13.09.2009

Where I can download SAMP v.0.3 RC5-1?


Re: [Helpful!] Some notes about 0.3 - Sergei - 13.09.2009

Quote:
Originally Posted by [OREL
Atos ]
Where I can download SAMP v.0.3 RC5-1?
Where where? You bother finding this topic, but you can't find download?
It's exactly three topics bellow this one. Now go and find it.


Re: [Helpful!] Some notes about 0.3 - [OREL]Atos - 13.09.2009

Quote:
Originally Posted by $ЂЯĢ
Quote:
Originally Posted by [OREL
Atos ]
Where I can download SAMP v.0.3 RC5-1?
Where where? You bother finding this topic, but you can't find download?
It's exactly three topics bellow this one. Now go and find it.
I can't find there link to download it. Please give a download link


Re: [Helpful!] Some notes about 0.3 - Sergei - 13.09.2009

Quote:
Originally Posted by [OREL
Atos ]
Quote:
Originally Posted by $ЂЯĢ
Quote:
Originally Posted by [OREL
Atos ]
Where I can download SAMP v.0.3 RC5-1?
Where where? You bother finding this topic, but you can't find download?
It's exactly three topics bellow this one. Now go and find it.
I can't find there link to download it. Please give a download link
Sorry, but it seems your IQ is lower than minimum requirement (-1) and that's why you can't see download link.


Re: [Helpful!] Some notes about 0.3 - PyroFox - 13.09.2009

Quote:
Originally Posted by $ЂЯĢ
Quote:
Originally Posted by [OREL
Atos ]
Quote:
Originally Posted by $ЂЯĢ
Quote:
Originally Posted by [OREL
Atos ]
Where I can download SAMP v.0.3 RC5-1?
Where where? You bother finding this topic, but you can't find download?
It's exactly three topics bellow this one. Now go and find it.
I can't find there link to download it. Please give a download link
Sorry, but it seems your IQ is lower than minimum requirement (-1) and that's why you can't see download link.
Don't be condescending, here's the link Atos, scroll to the bottom of the page, the very end of Kye's post.

http://forum.sa-mp.com/index.php?topic=119892.0


Re: [Helpful!] Some notes about 0.3 - Stepashka - 13.09.2009

OnPlayerClickPlayer(playerid, clickedplayerid, source)
playerid - understand
clickedplayerid - understand
source - What is such?


Re: [Helpful!] Some notes about 0.3 - Sergei - 13.09.2009

I suppose source is text which shows up when you click player (like /pm ID in previous RCs). I haven't tested that yet, so not sure.


Re: [Helpful!] Some notes about 0.3 - Stepashka - 13.09.2009

Quote:
Originally Posted by $€ЯĢ
I suppose source is text which shows up when you click player (like /pm ID in previous RCs). I haven't tested that yet, so not sure.
Cannot be, it not string, it is a variable


Re: [Helpful!] Some notes about 0.3 - Sergei - 13.09.2009

Quote:
Originally Posted by stepmex
Quote:
Originally Posted by $ЂЯĢ
I suppose source is text which shows up when you click player (like /pm ID in previous RCs). I haven't tested that yet, so not sure.
Cannot be, it not string, it is a variable
Here is info from Kye
Quote:

<~Kye> Alec_Rae: the source is currently only CLICK_SOURCE_SCOREBOARD (0)
<~Kye> but reserved for future uses
<Alec_Rae> And how would you add text like "/pm id" to the players chat
<~Kye> you can't
<~Kye> the PM functionality will be rewritten as an input dialog




Re: [Helpful!] Some notes about 0.3 - Stepashka - 13.09.2009

thanks


Re: [Helpful!] Some notes about 0.3 - *James* - 20.09.2009

I was wondering if vehicle damage is synced in 0.3, i mean can u damage a vehicle if there is nobody in it ?


Re: [Helpful!] Some notes about 0.3 - ded - 20.09.2009

Quote:
Originally Posted by *James*
I was wondering if vehicle damage is synced in 0.3, i mean can u damage a vehicle if there is nobody in it ?
No, don't think so.


Re: [Helpful!] Some notes about 0.3 - AlexDontKill - 20.09.2009


How can I create a kind of train: Streak + streakc + streakc + streak(in the opposite direction!) ? And yet, as to temporarily relocate the train to the second way? When they are passing through each other - aesthetically kills the whole essence of trains ..


Re: [Helpful!] Some notes about 0.3 - V1ceC1ty - 21.09.2009

Quote:
Originally Posted by *James*
I was wondering if vehicle damage is synced in 0.3, i mean can u damage a vehicle if there is nobody in it ?
acctually i think it is if your close enough. playing with a friend and i saw some.


Re: [Helpful!] Some notes about 0.3 - Gergo1352 - 21.09.2009

Quote:
Originally Posted by Seif_ [adream-rp.com
]
Quote:
Originally Posted by stepmex
OnPlayerClickPlayer(playerid, clickedplayerid, source)
playerid - understand
clickedplayerid - understand
source - What is such?
Source is how you click on the player. As you can see, the current availability is only "CLICK_SOURCE_SCOREBOARD", that means you can only call the callback when you click on a player on the scoreboard. But that may means we can click on a player on our screen?
LOL, that would be amazing.