Search Results
Hey I've got a problem with a MySQL-Query. I create a Query and send it to the Database, but the database doesn't do anything. I create a print Message of the Query, copy the query and paste it into...
54
Hi... I hope you know the problems with ID shifting. For example you have 2 cars. One of these will be destroyed. Now I create another Car. Now have the variable of the destroyed car and the variabl...
47
Hey Guys Can anyone explain when and how to use threaded querys?
28,588
Hey.. I'm using StrickenKid's mysql plguin. I like to read a table an write the readed values into my variables. This shouldn't becomes a problem but it is! Here my code: Код: new Query[512], L...
77
Hey Guys Got this Error after starting the server. Quote: [MySQL] Error (0): Failed to connect. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). I'm using...
28,588
Hey Guys First Im sorry for my bad english. I have a question which nobody could answer yet. Should I Use PVars instead of Player relative vars What are the pros and cons. I hope you can help me.
70
simple respawn on the position of the spawninfo
150
Yes, sorry here is the code: Код: public OnPlayerRequestClass(playerid, classid) { SetPlayerPos(playerid,1471.4336,-1644.5586,-24.5124); SetPlayerCameraPos(playerid,1412.2692,-1579.9993,...
150
Hey Guys I have a problem which i never had bevore. I use the function SetSpawnInfo. Now i have the problem, if i die, he returned to the Class Selection without using f4. I hope you can help me
150
Quote: Originally Posted by Unte99 Don't create textdraws in functions. It is best to create them in OnGameModeInit. You should read the wiki more: https://sampwiki.blast.hk/wiki/TextDrawC...
329
ah okay and how can i set the value. if i do it so: TD0 = 0; I got an error because its the wrong type like i give an Integer a Value like 200.00
329
yes, this is what i try but you cant give a variable like Text:lala or PlayerText:lala a value like '-1' its like you give an integer a value like 200.000.
329
Код: enum pTDInfo { PlayerText:InfoBoxHeader, PlayerText:InfoBoxInfo, PlayerText:TachoInfo1, PlayerText:TachoInfo2, PlayerText:TachoInfo3 } new pTextDraw[MAX_PLAYERS][pTDInfo]; Код: publ...
329
Hey Guys first I have to say that my english is very bad. I try to describe my problem: My Textdraws which will be destroyed and created in between times mess up their IDs. I search since a long t...
329
Yes, because I think then there isnt a vehiclestreamer which is better
93,904
Quote: Originally Posted by [HLF]Southclaw Not really, see if you toggle it off it updates less, but leave it on and it's not going to increase in updates, it's just going to continually u...
93,904
Quote: Originally Posted by costel_nistor96 Use this at OnPlayerConnect: Код: Streamer_ToggleIdleUpdate(playerid, 1); I think that this function is made to update the streamer while yo...
93,904
Yes, I use it I did it so: Код: stock p_CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0) { new cpid = -1; ...
93,904