Search Results
Everything looks copied from this:- https://pastebin.com/fYBZZGWe looks like you only changed the stock names.
365
What plugin version are you using of MySQL?
41
Post your whole code of the pickup and the dialog; if it's too long, post it on pastebin and share the link.
50
Are you using OnPlayerPickupPickup?
50
You require this include and plugin sir:- https://sampforum.blast.hk/showthread.php?tid=102865
50
Ah.. Maybe try use these 2 stock(s), would be much better. PHP код: stock IsAPoliceVehicle(vehicleid) {      switch(GetVehicleModel(vehicleid))             {         Â...
34
Just simply delete, "IsolationVW".
48
Can you send me your variable of PoliceVehicle & Parademic Vehicle? Then maybe I can help you out.
34
It's not an error; What it's saying is that the variable "IsolationVW" is never being used/called.
48
This should work: PHP код: SetTimer("message", RandomEx(1000, 10000), false);  forward message(); public message() // There should be no "playerid" in the brackets! If you w...
32
There is no need of a Timer to remove the player from the vehicle, instead use ClearAnimations and the player won't be able to enter it. The code should work. PHP код: public OnPlayerEnterVeh...
34
This is what happens now; When I enter one CP, it now goes upto 10 at the same place, no other CP is created at different location, it's just 1 CP occuring again and again at 1 place. --> http://i...
39
Well, I was making a Farming system in which the user has to enter 10 different CPs. After entering one, the one should disappear and the other one should come. But the Checkpoint stays at the same pl...
39
Quote: Originally Posted by Sanady Do you have created pName somewhere? Or you just add it because you saw in posts before? I've made my own stock for it which is: PHP код: stock...
74
PHP код:     new Query[900];     format(Query, sizeof(Query), "UPDATE `accounts` SET `Admin` = '%d', `VIP` = '%d', `Money` = '%d', `Kills` = '%d', `Deaths` = '%d', ...
74
This is what I tried right now but still it didn't save the data. PHP код: new query[150];         new name[24];                  GetPlayerName(playerid, name, MAX_P...
74
I get the error on this line always, mysql_query(Query);
74
Hello, everyone. I've been trying from a while to save the player data upon the player leaves the server, I've been trying to script it from a long time but I keep on getting error in one line ( marke...
74
What code? It's a program .exe file where we can script in pawn. I followed down the whole tutorial but nothing worked, i kept on getting this error.
50