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

Topics - 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 / 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
#5
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
#6
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?
#7
I have a little question:how to get the quaternion of the player?I tried using something like
local W = player.Pos.W, X = player.Pos.x,Y = player.Pos.y, Z = player.Pos.z;
Message( "Your position:  X:" + X + " Y: " + Y + " Z:" + Z + " W:" + W + "");
but it seems it doesn't work.Can anybody help me please? :'(