Search Results
Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by `Robo
Why you post these? I know that but I need help, you just want post count so you post that. I NEED HE...
26
Quote:
Originally Posted by Don Correlli
Read the pawn-lang.pdf to understand why you're getting those errors/warnings and how to fix them.
Why you post these? I know that but I need he...
26
Quote:
C:\Users\Owner\AppData\Desktop\SA-MP\gamemodes\gf.pwn(4773) : error 025: function heading differs from prototype
C:\Users\Owner\AppData\Desktop\SA-MP\gamemodes\gf.pwn(4939) : warnin...
26
This needed a whole new topic rather then posting link on the GM topic itself?
115
Rofl? No... you're a idiot, Pawno is based off Pawn which is based off C++...
21
Quote:
Originally Posted by SAWCâ„¢
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[]){ new  idx,  cmd[128] = strtok(cmdtext, idx); if(strcmp(cmd, "/b", true) == 0)Â...
25
Quote:
Originally Posted by SAWCâ„¢
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[]){ new  idx,  cmd[128] = strtok(cmdtext, idx); if(strcmp(cmd, "/b", true) == 0)Â...
25
OOC /b command code
Код:
if(strcmp(cmd, "/b", true) == 0)//local ooc
{
if(IsPlayerConnected(playerid))
{
new str[160];
GetPlayerName(playerid, str, MAX_PLAYER_NAME);
for (new...
25
How do I remove the default gta properties with yellow arrows?
12
Quote:
Originally Posted by [HiC
TheKiller ]
pawn Код:
enum Info{ team //Other player info stuff.};new gPlayer[MAX_PLAYERS][Info];public OnPlayerRequestClass(playerid, classid){ Â...
27
Quote:
Originally Posted by Don Correlli
Another immature kid? Suck off pal.
He wanted a code, i gave him a code. He wants to learn PAWN but he doesn't want to read, so what should i do? I...
124
Quote:
Originally Posted by Don Correlli
Then you should start here maybe - http://forum.sa-mp.com/index.php?topic=2750.0
Your a idiot all you do is go to help topics and post that link...
124
I was following this guys post http://forum.sa-mp.com/index.php?top...8026#msg888026
and I get the error
Код:
C:\Users\Owner\AppData\Desktop\dm\gamemodes\dm.pwn(173) : error 017: undefined symb...
27
https://sampwiki.blast.hk/wiki/Automatic_Gates
59
Quote:
Originally Posted by Don Correlli
http://forum.sa-mp.com/index.php?topic=2750.0
That doesn't help with the error. I don't want to read for 5 days straight to fix a small error.
39
Код:
C:\Users\Owner\AppData\Desktop\DM\gamemodes\MvsT.pwn(160) : warning 209: function "SetPlayerTeamFromClass" should return a value
C:\Users\Owner\AppData\Desktop\DM\gamemodes\MvsT.pwn(165) : wa...
39
I need to make a quiz where if you register it will ask 3 questions. They'll be multiple choice questions with 4 posibilities. So if you read question and choose for example, 2 as the answer and its c...
15
Quote:
Originally Posted by MummyKillerSLO
I get these errors if I don't put '}' or ')' bracket on nessesary places. Scan your code and look for this brackets.
I didn't seen one. Can y...
15
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(2 377) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(3 409) : error 004: function "Player...
15
Quote:
Originally Posted by MadeMan
pawn Код:
if(PlayerInfo[i][pAdmin] >= 1 && PlayerInfo[i][pAdmin] < 1337)
Change it to
pawn Код:
if(PlayerInfo[i][pAdmin] >= 1...
19