Search Results
Where you define RankAmounts, you have this:
pawn Код:
RankAmounts[][]
Meaning there should be two parameters when you list them, but there's only one and you also use only one where you compare ...
190
Found it before, completed it.
370
I used to watch CSI: Las Vegas at first and then CSI: Miami, but I just got bored of them so I stopped.
380
Quote:
Originally Posted by Ado111
lol it doesnt work?
i compile and its good but that didnt work ingame
I bet you just copy-pasted the code he gave you . You have to edit it to suit y...
457
Because they're global. You have to make them for every player (new Example[MAX_PLAYERS]; ).
350
Quote:
Originally Posted by MenaceX^
Quote:
Originally Posted by Don Correlli
It means that function GetPointDistanceToPointExMorph is not used. Just search for it and delete i...
452
pawn Код:
new ClickedPlayer[MAX_PLAYERS];public OnPlayerClickPlayer(playerid, clickedplayerid, source){ if(source == CLICK_SOURCE_SCOREBOARD) ClickedPlayer[playerid] = clickedplaye...
156
Quote:
Originally Posted by Torran
Is it possible to make it so if players on the server talk,
And theres players on the tutorial, The players on the tutorial cant see what other people sa...
143
Quote:
Originally Posted by [LSR
State_Trooper ]
Quote:
Originally Posted by SpiderPork
Quote:
Originally Posted by [LSR
State_Trooper ]
Код:
new IsPlayerWDMMemb...
415
Quote:
Originally Posted by [LSR
State_Trooper ]
Код:
new IsPlayerWDMMember[MAX_PLAYERS];
Why make a useless variable while you could just check it with strfind again?
Each cell ta...
415
Hey there!
I'm having some problems with detecting multiple parameters in a command. It should send a message saying how to use the command, but if I use strlen, it never detects that the string is em...
192
It's a define which is most probably used somewhere in the gang system.
162
SetWorldTime?
https://sampwiki.blast.hk/wiki/SetWorldTime
158
pawn Код:
stock GetPlayerNameEx(playerid){ new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, MAX_PLAYER_NAME); new str[MAX_PLAYER_NAME]; strmid(str, name, 0, strlen(name), MAX_PLAYE...
484
#pragma tabsize 0 is definately NOT the solution for the loose identation warnings. They don't cause crashes but if you have a poor identation you can't even read from your own code.
343