Search Results
Yes, i veryfied it in the game, they were removed. Maybe you dont call it right for the player? or you have somewhere createobejcts, that replace it...
360
I can remove these 4 streets perfectly with: PHP Code: RemoveBuildingForPlayer(playerid, 5534, 1927.7031, -1754.3125, 12.4609, 0.25); RemoveBuildingForPlayer(playerid, 5541, 1822.8906, -1...
360
I dont know, where this should be?! Can you send us the coordinates? //Edit: The coords you have in the removebuilding are from the alhambra, i dont know, where there should be this place?!
360
You just have to use: PHP Code: if (password_verify($pw, $hash)) {     echo 'Password is valid!'; } else {     echo 'Invalid password.'; }  Where $pw = The password from ...
146
This would not work. Because if you ban someone...and he leaves the server and another player comes online, he got the playerid of the player before him. But he is not realated to this person... So...
290
Well, sure, you could load only the ban variable from the database (or File System?) and check the value like you did
290
Because the account is not loaded yet, so the ban variable is still 0
290
//Edit: My bad hahaha xD Wanted to say, there are a lot of ways PHP Code: new Cig[MAX_PLAYERS]; forward Test(playerid,x); CMD:tests(playerid, params[]) {     SetTimerEx("Test", 1000,...
116
If you kill them in the car, that bugs. You should use SetPlayerPos and remove them with that function out of the car and kill them then. Its a stupid and annoying bug...
254
There is even a function you could use, that would be even faster and simpler xD PHP код: stock bool:IsCoordNearCoord(Float:x1, Float:y1, Float:z1, Float:x2, Float:y2, Float:z2, Float:r...
1,111
Just check OnPlayerKeyStateChange There you can check if he presses Q and can instant check if the weapon got changed So you dont need unnecessary checks
345
Use https://sampwiki.blast.hk/wiki/SetPlayerTime That is synced. Just use a global variable and increase the minutes and hours
244
The short answer, yes. Just the normal way, just the name has to be diffrent then in the other hooks. https://sampforum.blast.hk/showthread.php?tid=392061
112
Load the crashdetect Plugin and check the server_log if errors occur.
158
Probably you missed to upload some scriptfiles folders?
158
What does incccLowerBlood does? And remove SpawnPlayer from OnPlayerDeath
129
There was made a nice Include for https://sampforum.blast.hk/showthread.php?tid=620512
122
Right, that is corret https://dev.mysql.com/doc/refman/8.0/en/char.html
85
Besides your post is really unfriendly, you should be more polite, here is some code: PHP код: public OnVehicleDamageStatusUpdate(vehicleid, playerid) {     new panels, doors, lights,...
119
No, nothing that have to do with the spawn process. But you could start a timer in OnPlayerSpawn, so that would trigger a callback after OnPlayerSpawn
113