Search Results
Can't ping any servers nor connect after the 0.3x upgrade. Disabled everything that could prevent a connection.
110
Are the gang vehicles respawning or all the cars on your server?
331
Classic 26 errors. You fucked something up in your script causing PAWNO to shit itself. I cant see why you left with a good script and came back with this. Try undoing some things you did or finish so...
335
1. At the end of the first line put a ";"
2. Make sure PlayerInfo is defined at the top of the script.
414
I server I play on has this,its a timer that replenishes the vehicle health.
274
Try recompiling it and makins sure the .amx is there.
210
[PAWN] if (strcmp("/entergarage", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, -709.9, 964.1, 581.0;
SendClientMessage(playerid, 0x388e8e, "Welcome to Johns Garage");
return 1;
}
[PA...
261
I went in my .pwn file to change the text for SetGameModeText, then after restarting I looked at my server on the list and it shows up as "Blank Script". Any ideas?
196
Did as you said.Removed the #define and #endif.Now none of my commands work,even ones that worked before.
302
Ive done everything everybody said but now when I added #endif as Nero said I get a "No matching #if......." error
302
Did you set you config file to announce it to the internet list?
If so it usually takes my server 10-15 minutes before it appears on the list.
286
Didnt work,put it in near the defines and I still get the undefined symbol.
302
Includes:
Quote:
#include <a_samp>
#include zcmd
#if defined FILTERSCRIPT
#define pTeam
#define TEAM_SASD 1
Command:
Quote:
if (strcmp("/sasd", cmdtext, true, 10...
302
Use GetPlayerScore to detect the score then continue with whatever you want to happen when they reach the score you want.
181
I followed a tutorial on the forums and even just copied and pasted the code into my new gamemode and it says everytime it says that pTeam isent define when it is.
Any ideas?
302
Any ideas cause I need to compile my newest patch for my ser er
362