Search Results
Everything looks copied from this:- https://pastebin.com/fYBZZGWe looks like you only changed the stock names.
561
What plugin version are you using of MySQL?
128
Post your whole code of the pickup and the dialog; if it's too long, post it on pastebin and share the link.
189
Are you using OnPlayerPickupPickup?
189
You require this include and plugin sir:- https://sampforum.blast.hk/showthread.php?tid=102865
189
Ah.. Maybe try use these 2 stock(s), would be much better. PHP код: stock IsAPoliceVehicle(vehicleid) {      switch(GetVehicleModel(vehicleid))             {         Â...
125
Just simply delete, "IsolationVW".
162
Can you send me your variable of PoliceVehicle & Parademic Vehicle? Then maybe I can help you out.
125
It's not an error; What it's saying is that the variable "IsolationVW" is never being used/called.
162
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...
95
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...
125
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...
90
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...
90
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...
157
PHP код:     new Query[900];     format(Query, sizeof(Query), "UPDATE `accounts` SET `Admin` = '%d', `VIP` = '%d', `Money` = '%d', `Kills` = '%d', `Deaths` = '%d', ...
157
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...
157
I get the error on this line always, mysql_query(Query);
157
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...
157
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.
187