Search Results
There is any way to find a missing bracket without taking all the code from scratch and looking for all "}"? .Maybe another program or something?
45
I want something like when he spawns money the money bar to reset to the initial value.Not many will use 99999999$ because exists /check command and it must be a little full to do that
233
Give me an example of Fs who is working for sure pls if you know one
233
I found the system in the Carlito's roleplay gamemode.It works fine but when I am disconnecting from the server and reconnecting the money are resetting to 0000000000 and I don't just get it why ...
233
I have heard that is one antimoneycheat (or a function) or something like this what makes impossible to hack money.I have tried to use some antimoney hack fs and .inc in the past ,but all had some pro...
233
Quote: Originally Posted by James_Alex use the dini include and use this code pawn Код: public OnPlayerDisconnect(playerid, reason){  if(reason == 0)  {    new Float:X, Float:Y, F...
156
I want to do a driving school.When a player type /exam ,that player will be spawned in a car.I want if this car is allready used by a player ,the second player who type /exam in the same time with the...
182
Hi.How I can define that a car si in use? For example I'm trying to spawn a player(1) in a car ,and I whant when this car is used by another player(2) ,that player(1) to be respawned in another car.I'...
182
You have added a timer to check if player is in that area?
217
I have a bus job route in my script.You must to write /startroute to start the bus checkpoints route,but I got a problem.When I write a command (any .Example: /pay) while I'm in the Bus , the bus is r...
66
Quote: Originally Posted by Don Correlli http://www.sendspace.com/file/7zcpm5 Thanks
98
Quote: Originally Posted by Don Correlli Download pawn-lang.pdf and read what that error means and you'll know how to fix it. Where I can find this tutorial?
98
Код: if (InAFoodPlace[playerid] != 0) //line 4937 { TogglePlayerControllable(playerid, 0); switch (InAFoodPlace[playerid]) //line 4940 { case 1: // chicken //line 4937 { Sho...
98