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 ...
83
I used to watch CSI: Las Vegas at first and then CSI: Miami, but I just got bored of them so I stopped.
220
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...
276
Because they're global. You have to make them for every player (new Example[MAX_PLAYERS]; ).
156
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...
295
pawn Код: new ClickedPlayer[MAX_PLAYERS];public OnPlayerClickPlayer(playerid, clickedplayerid, source){    if(source == CLICK_SOURCE_SCOREBOARD)        ClickedPlayer[playerid] = clickedplaye...
91
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...
87
This actually looks really great .
253
Quote: Originally Posted by [LSR State_Trooper ] Quote: Originally Posted by SpiderPork Quote: Originally Posted by [LSR State_Trooper ] Код: new IsPlayerWDMMemb...
186
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...
186
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...
99
It's a define which is most probably used somewhere in the gang system.
76
SetWorldTime? https://sampwiki.blast.hk/wiki/SetWorldTime
74
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...
294
#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.
196