Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Florin Calinescu

#1
Off-Topic General / Google Site Tester
Jun 05, 2016, 07:47 PM
I recently discovered this: https://testmysite.thinkwithgoogle.com
Congratz to this site!

#2
Tried something like this: stringerino+=\"+anotherstringerino+\";Didn't work.Any suggestions?
#3
Description: onPickupRespawn event messages(and maybe other things either)do not get executed.
Reproducible: Always.
What you were doing when the bug happened: I was waiting for the message to be shown.
What do you think that caused the bug: Well...I don't really know.
Evidence: Click here
#4
Scripting and Server Management / Re: Crash
Jan 07, 2016, 02:01 PM
Alright it works now thank you
#5
Scripting and Server Management / Crash
Jan 07, 2016, 12:48 PM
The title says it all.The server crashes when using a command.
www.youtube.com/watch?v=N8nf5HL_bK4&feature=youtu.be
#6
Bugs and Crashes / Re: Chat not showing
Apr 26, 2015, 06:46 PM
Quote from: sseebbyy on Apr 26, 2015, 10:35 AMSo you didn't change any vcmp_settings, right ? Weird...

PS: chatu blestemat :))
No I didn't change anything.And yeah I know the title is funny 8) :D
#7
Bugs and Crashes / Chat not showing
Apr 25, 2015, 07:37 PM
While in Little Whitey's this bug happenned to me:the chat cleared itself and didn't receive any messages any more.
http://youtu.be/rXapYN28j0A
#8
Quote from: Thijn on Apr 04, 2015, 01:58 PMAre you using it as a function? i.e. player.GetPlayerAimPos()
Yes.Is it wrong?If yes can you tell me what? :o
#9
Quote from: sseebbyy on Apr 03, 2015, 08:58 AM
Quote from: old forum, stormeusGetPlayerAimPos: returns the position that a player is aiming toward (only updated when shooting)
GetPlayerAimDir: returns the vector rotation of a player's aim (only updated when shooting)
No it still doesn't work it says member variable not found :'(
#10
Quote from: S.L.C on Apr 02, 2015, 06:40 PMTry updating your squirrel module.
Nope it still doesn't work. :(
#11
Quote from: aXXo on Apr 02, 2015, 05:51 PMplayer.AimDir and player.AimPos might be of help, though I have not tested them personally.
They are supposed to return Vector(X, Y, Z) coords.
Didn't return a thing.I don't know if I was using them correctly and that's why I brought the code with me as well:
else if(cmd == "rot")
{
Message("" + player.Name + "'s aiming pos: " + player.AimDir + "" ) //  LINE 123
}

That's the error I get.
#12
Quote from: Thijn on Apr 02, 2015, 04:09 PMVertical angle? The ped can only rotate along the horizontal axis. Or do you mean where the camera is looking at?
Yeah the position of the camera.
Quote from: sseebbyy on Apr 02, 2015, 04:34 PMYour question, @marmota91, is as possible as setting the rotation of a pickup. :D
But I'm still curious, why do you need to set vertical rotation of a player ?
Well you'll see later.
#13
As far as I know the horizontal axis rotation can be returned using "player.Angle".But,my question is,is it possible to return the vertical  axis rotation of the player?And if yes,can anybody please tell me how?
#14
it works thanks 8)
#15
Alright