Search Results
Actually, u just need to edit them to the right variables. Edit wrong things -> f, if(f). In line 18093, there is no things wrong, it tells that line may not be reached, the problem is in line 1809...
67
@ngumcutoi1999, i think u don't know how to use dcmd, take a look at this: https://sampforum.blast.hk/showthread.php?tid=239547
157
You want to make it auto respawn? Or...?
158
I see ur RobFail, and it's useless... I've edited it a little bit. Didn't test but it should work. pawn Код: CMD:rob(playerid,params[]){    for(new i=0; i<MAX_PICK; i++)     {        if...
108
So add it at the top of ur script, and about updating ur gamemode, u can simplily download 0.3x files from the forum and copy all gm + fs + plugin + includes from ur 0.3e folder to 0.3x one
289
Quote: Originally Posted by DJTunes I don't understand anything you have just said - I'm guessing you're having problems with your irc include. Put this code at the top of your script: p...
289
Here u are: https://sampforum.blast.hk/showthread.php?tid=176496
184
This is really awesome, good job!
308
Very nice interior, i may use it for my freeroam server. And btw i'm happy to see other vietnamese ppl are interesting at scripting.
182
Move pawn Код: new ZoneInfo[][eZone] = {    {103.7123,1805.2091,386.8307,2079.9294,TEAM_USA},    {2084.7,-1808.8383,2337.9004,-1610.3673,TEAM_UK}}; to any place above line 38.
95
Add pawn Код: new string[128]
191
U gave me some confusion. Well, here u are for the error: https://sampforum.blast.hk/showthread.php?tid=31
191
No return? pawn Код: #include <a_samp> // As usual, add this include to the top so your script will work.#include <streamer> // For CreateDynamicObject and MoveDynamicObject#include &...
258
Quote: Originally Posted by niconhan You need stock IsACopCar of everything for RP sv What're u talking about? Well, if u want to add vehicles to your server, take a look at this: http...
191
Very simple but nice. Can u add ur pawn codes in pastebin?
263
This is an example: pawn Код: new id, reason[64];if (sscanf(params, "dS(No reason)[64]", id, reason)) //return 0;
99
U're requesting a fs? There are some fs called "anti esc", next u should use search to find yourself. Try this one: https://sampforum.blast.hk/showthread.php?tid=355887
108