Search Results
Quote: Originally Posted by Abagail Why do you keep using this same shitty font across all your forum posts? I am not trying to be rude, but it is very ugly to look at - please change this...
163
First you need to know the number of each VIP type. Код: vipType[playerid]; or if you have an enum for your player infos... Код: enum PlayerInfos { vipType, } Then to save it to your MySQL...
66
Are you sure that the missing files are in the correct folder ?
70
Can you at least point out in which line you get that error ? Код: This forum requires that you wait 120 seconds between posts. Please try again in 12 seconds. I don't want to come to this planet...
156
OnPlayerEnterVehicle is called whenever the player is whiling to enter the vehicle, in other words, when you press enter. So when the vehicle is locked, you can't enter the driver side and OnPlayerEnt...
163
I guess it's probably the same bug, and you should not get any response when using the call back OnPlayerEnterVehicle, thanks for pointing that out, mod you may close the topic.
163
Please refer to this | GetPlayerTime
63
Can you post the MySQL logs please ? EDIT : Btw, have you noticed that you variable is named Код: new vas[32], Instead of Код: var[32],
335
I don't think anyone will help you unless you post at least a part of code, or at least try and make some effort and fail then come back here posting the fail. And probably get it fixed. Among them i ...
85
Did it ever occur to someone, when entering a vehicle that is locked from the driver door side, the OnPlayerEnterVehicle callback doesn't work and then the player can't even go to that vehicle unless ...
163
It's easy, just make another condition. Код: for(new i; i < MAX_PLAYERS; i++) { //Checks if the player receiving the PM isn't the one who is sending if( i != playerid ) { if(Pl...
98
Quote: Originally Posted by TakeiT All you do is add the word char Код: new string[2000 char] now uses 500 bytes instead of 2000 https://sampforum.blast.hk/showthread.php?tid=480529 ...
90
That question isn't supposed to be answer as good or bad. It all depends on many factors, such as "The way you're gonna use them", "What fits your needs" and am not a pro at benchmarking and i don't k...
149
I would rather start a MySQL server and use the MySQL database. And for your SQLite database, make sure it's in your "scriptfile" directory.
149
Check your "OnPlayerConnect" callback, check if the function "CallLocalFunction()" is taking an empty string, if it is then it should crash. Or just post us the code here, a part of it.
335
I don't want to make a search in the forums cause php will get drunk passing thru all the similar queries. Tutorials
98
A way is to fly with the player, you might use a pre scripted FS and then make a command to save the position of the player and coordinates of the camera angle which is too much work for you and me. O...
97
It does sound stupid, but as mentioned in many posts with the same error do you have the main function ? Код: main () { } Cause the main function is needed for any program in order to run as it's...
114
Are you sure that query is a string ? Код: query[60]; Код: This forum requires that you wait 120 seconds between posts. Please try again in 37 seconds. I don't want to come to this planet anym...
136