Search Results
If it displays the damage received why is it called HidBar, and not HidMeter? I don't see any 'bar' :P
1,661
Does anyone know the name of the song played once selected the third radio station?
2,939
Quote: Originally Posted by Zh3r0 Why we need something else when we have it right in front of our eyes? Ok, show me how can you initialize an array PlayerInfo[MAX_PLAYERS][pInfo] where...
215
Quote: Originally Posted by Hal He never mentioned any players except the code, so i just thought he means regular var Yes, I mean regular variables, no PVar, no GVar. Just declare the ...
215
I was wondering if any of the more experienced scripters (incognito, ******, etc.) thought of making a plugin for the sole purpose of enabling global variables to be used between scripts (variables de...
215
I don't get your point? Isn't that what I said I tried above?
92
Quote: Originally Posted by Calg00ne Yes, because '%' is the placeholder for variables. You can use '%%' to insert a literal percentage sign in format(), but you can't use it directly in c...
92
Is there a reason why i write % and the chat-box shows # instead?
92
Does anyone have a list with coordinates of the removed map-icons in 0.3c? I searched this forum for a while and haven't found them, but I know someone posted them since I saw them once, but can't see...
68
Quote: Originally Posted by Pz Probably will turn out 100x better than yours. He is one of the best PHP scripters in the SA-MP community. Why do you have to be such a d**k, and flame m...
158
Here's a challenge. Try to write an original forum system. I already created mine, but I want to see you have a go at it, see what turns out.
158
Just resend the dialog if something is wrong...
92
Yes, under your OnPlayerDialogResponse() callback, the variable called "inputtext" stores the information intered into DIALOG_STYLE_INPUT, or the content of the row for DIALOG_STYLE_LIST.
92
Quote: Originally Posted by Master_Gangster to make it kick the player due to 30 seconds of inactivity do something like this: Код: #include < a_samp > #include < a_npc > ...
146
I can't even imagine how much saliva he has to drain out of that flute after each performance.
153
What about this... I know your problem is with parsing $file into the echo... Just can't figure out why... Код: <?php if ($handle = opendir('uploads')) { while (false !== ($file = readd...
145
Try: Код: echo "<u><a href=\"uploads/'.$file.'\">$file</a></u><br />"; Or: Код: echo "<u><a href=\"'.$file.'\">$file</a></u><br />";
145
Quote: Originally Posted by hadzx double post - sorry dint work because my code already has Код: { else } is their any other way? thanks Paste your command's code here.
132
Код: if(IsPlayerAdmin(playerid)) { SendClientMessage(playerid, 0xFFFFFFAA, "You are logged in as RCON admin."); } else { SendClientMessage(playerid, 0xFFFFFFAA, "You are not logged in as...
132
I was fooling around today with GameTextForPlayer() and I found out that if you send just '~' to the player using GameTextForPlayer(), you actually re-send the last sent GameText to the player. Serve...
73