Search Results
Holy shit! Fucking pumped! I could never script a working lag-shoot script, and finding head shots was a pain in the ass and not all that accurate, but this is here... HELL YEAH! good job.
8,357
Alright, so here is my /spec command: pawn Код: CMD:spec(playerid, params[]){    if(PlayerInfo[playerid][pAdmin] >= 2 || PlayerInfo[playerid][pDeveloper] >= 3 || ModDuty[playerid] == 1)  ...
58
I seem to be having so many problems with my house/business system in my script.. Oh well, hopefully you can help me out . Basically you can place a business, by default the address will be empty and...
49
Pretty simple, what programming language was San Andreas written in?
128
SetPlayerInterior(playerid, interior);
124
(facepalm) I should just have this message copied on my clipboard. For single-parameter commands Sscanf IS NOT needed... That's what "params" is for, if it is a single-parameter command that is not a ...
88
* glbracer blow very very loud whistle. Hold the fuck up here. Nononono, Godfather is almost as a shit, if no shittier than Raven's. Look for starter scripts. http://lmgtfy.com/?q=Starter+scripts+(SAM...
112
Could you post the ten or so lines around line 2,260
56
How many pickups do you have? If you have too many you'll have to use a pickup streamer.
150
The answer to your problem is to not use OPCT
143
Make sure the 'i' is capitalized; SetPlayerInterior
150
Go to your PAWN.xml file that you downloaded and open it with Notepad++ (codeception.) Use hex codes, save and restart NP++. Keep doing this until everything is tweaked to your liking (also the code i...
140
Do you have some sort of command to see your health? Or is there any way to see it in game?
204
For an array inside an enum (example would be pInfo) you'd have to do PlayerInfo[playerid][pInfo][array]; So, for this you should try pawn Код: enum pInfo{  kills[4],  deaths[4],  score[4],  /...
158
****** it, this isn't a question for the scripting help board.
82
Quote: Originally Posted by por12802 Re install ur window ___________________ This Is My Best Answer May be it foolist HAHAHAHAHAHAno Mind uplo...
140
That's called health stacking, for future reference. Try putting this under OnPlayerUpdate (it prevents health from going over 100 at any point.) pawn Код: new Float:health;GetPlayerHealth(playeri...
204
Not sure how to help you without the errors, try putting this in. pawn Код: stock ProxDetector(playerid, color, string[], Float:range){    new Float:x, Float:y, Float:z;    GetPlayerPos(player...
79