Search Results
Quote:
Originally Posted by RyDeR`
In a frequent timer:
pawn Код:
SetPlayerVelocity(playerid, 0.0, 0.0, 0.01);
Increase '0.01' if player is still sinking.
He wants the player to mov...
380
You need to use an SVN, like TortoiseSVN.
506
Quote:
Originally Posted by grand.Theft.Otto
Just a mistake ...
pawn Код:
code
You need more cells in the string variable, as "You Have Been Set To Helper Status By " is 38 charac...
324
Why don't you test it out yourself? Also you can greatly optimise your code by using an array with the 'Advisor' titles rather than a bunch of conditional statements.
124
Quote:
Originally Posted by grand.Theft.Otto
Learn here:
https://sampwiki.blast.hk/wiki/Fast_Commands#sscanf
Here is the finished/completed command (untested, should work):
Do you kno...
324
At least make an attempt at scripting this yourself and post back if you need assistance or get stuck. If you want the work done for you, contract someone or post in the Script Request thread.
146
Why would you want to copy someone else's hard work? Be original! If you need help creating 'fancy' textdraws, this filterscript really helps.
https://sampforum.blast.hk/showthread.php?tid=12018
247
Quote:
Originally Posted by dowster
however, basic meteorology should teach you that wind is just the air equaling in pressure between two temperatures. E.G. It is really hot in San Fierro...
377
Ban his country, xxx.*.*.* where xxx is the first part of his IP.
255
You can always look on the wiki: https://sampwiki.blast.hk/wiki/Creating_a_simple_Menu
137
ZoneInfo is an array, you can't use it by itself. For the first one, you need ZoneInfo[ID_OF_THE_CAPTURING_TEAM][zTeam]
442
Once again, stop trying to get people to do the work for you or just play on other servers. This board should only be for the people who take the time to at least learn the basics of pawn and not for ...
360
Why are you asking others? You need to decide what's best for your server. Do some research about the solutions available and pick one. If there's nothing available, create one yourself. No one knows ...
325
Stop trying to get others to do the coding for you. If you don't know about strings and variables, learn. Don't just edit scripts, actually learn pawn.
254
Just use
pawn Code:
if(!IsPlayerLuxAdmin(playerid)) return SendClientMessage(playerid, Red, "You are not authorized to use this command");
215
He told you exactly what was wrong with your script, is that not help enough? Also it is not advisable to use else statements in loops.
350
You need to store the last known co-ordinates of the player in the playerfile under OnPlayerDisconnect. Then when they spawn, you need to load those co-ords and set their position there.
206
Okay, try this. This time we use the isnull function to check if the item parameter is empty.
pawn Код:
dcmd_car(playerid, params[]){ if(PlayerInfo[playerid][pOwnsCar] == 0) return SendClien...
366
It depends, do you have experience with any other programming languages? If yes, you should read pawn_lang.pdf. If not, click here.
177