Search Results
Look in the pawno\includes folder, you're missing probably the file a_zones.inc
EDIT: looks like alpha500delta was a second earlier.. xD
112
( 2894 ) Looks like the OnPlayerEnterDynamicCP is wrong, maybe the variables between the () are wrong..
( 2898 ) The variable HouseCheckpoint don't excists.
( 2898 ) There is a ']' wrong placed, and m...
307
As long as i know, it's just some extra info that you get if you have an ''array'' that's too big.
But i don't know if it's dangerous, i don't think so, but i could be wrong.
164
Quote:
Originally Posted by Jordan Smith
what happened or what is the error. Give me your OnGameModeInit callbacl and OnPlayerConnect callback
it isn't the script, it didn't gave any er...
442
Quote:
Originally Posted by Stefan_Toretto
From 0.3b the OnFoot NPC Recordings from 0.3a are not working or 0.3b or c... they need to be re-recorded...
Only the OnFoot? not the vehicle ...
442
Quote:
Originally Posted by Karlip
I think you need to re-record the recordings. I can't remember why though.
I was afraid so...
442
Quote:
Originally Posted by Jordan Smith
just compile it with 0.3c inlcudes
That didn't help..
442
Quote:
Originally Posted by Marios
I get the following errors!
warning 235: public function lacks forward declaration (symbol "CountDown")
: error 017: undefined symbol "string"
: error 01...
310
Hi,
I had a lot of NPC's on my 0.3a server, but when i tried to connect them to my 0.3c server, they don't connect. I putted the rec's in the npcmodes/recordings directory, and the pawn in npcmodes.
...
442
try this:
Код:
format(Query,sizeof(Query), "INSERT INTO `playerinfo` (`user`, `password`, `kills`, `deaths`, `score`, `money`, `ve`, `bankmoney`, `IP`, `dt`, `email`) VALUES ('%s', '%s', '0', '0',...
121
Код:
#include <a_samp>
#include "../include/gl_common.inc"
new Float:X = 0.0; //cange 0.0 to the right x, y and z coords.
new Float:Y = 0.0;
new Float:Z = 0.0;
new Float:R = 0.0; //the...
147
Quote:
Originally Posted by Wennicke
Well I can create a timer for it, but since I am just testing on my local server then there's no need for me to fix it right now.
if you put a timer...
519
try this one, made it myself, and works.
Код:
#include <a_samp>
#include <Dini>
forward LoadPlayerMoney(playerid);
new pname[30];
new PlayerMoney[MAX_PLAYERS];
#define COLOR_RED 0xFA2...
519
Next time, please let us know which line it is, but ok.
You forgot a }, fixed version:
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == shopm...
159
can't you just make an if with half the PlayerToPoint and an else if?
344
Quote:
Originally Posted by [Lsrcr]Rafa
again have error but i fix it
btw thanks
hm, i didn't get any errors, but ok..
you're welcome
249
Quote:
Originally Posted by [Lsrcr]Rafa
hmm this is not soo good script have much errors !
yeah, i just noticed.
if you replace SPECIAL_ACTION_ HANDSUP with SPECIAL_ACTION_HANDSUP, and ...
249
Quote:
public OnPlayerCommandText(playerid, cmdtext[])
{
new cmd[256];
new idx;
cmd = strtok(cmdtext, idx);
if (strcmp(cmd, "/Rob", true) == 0)
{
new tmp[256];
tmp = strtok...
249