Search Results
Show the exact line from which you are having the error issue.
130
You havent applied the textsize function there add it like pawn Код: TextDrawTextSize(TD_INICIO_REGISTRAR, 0.500, 0.600);
112
Define your dialog box name then ShowPlayerDialog where it should show the message, expect you know how to do it.
75
No wonder, we'll need to see your particular command, and yea did it give .. should return a value warning?
231
Huh? What connection does atm and /aduty has? Though i think it will be good to see your command.
185
Update your include version to match your plugins version, This is causing because you may have a outdated or older include for a newer version of plugin.
114
Can i see the public of FerryLS? somethings to be done there.
82
Degree? If you mean command that would be like this based on ZCMD pawn Код: CMD:makehelper(playerid, params[]){  new playerb;  if(sscanf(params, "u", playerb)) return SendClientMessage(playerid,...
132
Change the indicated line pawn Код: CMD:deliverpackages(playerid, params[]){    new string[128], packages, oldj, newj, price;    // L1: 0 | L2: 100 | L3: 300 | L4: 700 | L5: 1200    if(Playe...
168
Use the given include and create zone defines like this pawn Код: static const Gift[][GIFT_ZONE] = {    //  NAME                            AREA (Xmin,Ymin,Zmin,Xmax,Ymax,Zmax)  ...
196
This pawn Код: CMD:fakemute(playerid, params[]){    if (!PlayerInfo[playerid][pAdmin)) return SendClientMessage(playerid, 0xF50A0AFF, "<!> ERROR: You are not Logged in as an Administrator....
100
Needed little bit more effort anyway nice one.
367
Could you please show me the line you are getting error in the code you gave also, you pawno crashes if you get too many errors. Make sure you have CP[MAX_PLAYERS]; at the top of your script.
232
Wrong section homie, server support.
113
Huh where are you calling the target player which you are gonna spectate? add them in the 2nd line of ur command. pawn Код: if(sscanf(params, "u", id)) return SendClientMessage(playerid, COLOR_WH...
152
Replace announce.exe, samp-server.exe from the 0.3z server pack to your Ravens Servers pack. should work, also make sure ur client mis 0.3z, recompile.
59
FCNPC is far better, it has many features included and its the newest npc include in my opinion.
57