Search Results
Goodjob, smooth coding, nice understanding.
1,290
Sigh.. #include <foreach> You also need to replace your CURRENT stocks with the ones posted..
160
Just use admin commands.. /setlevel, /setcash, /setvip
95
Code: if(IsPlayerConnected(player)) { ShadInfoBoxForPlayer(playerid, "Player isnt online"); return 1; } Needs to be, Code: if(!IsPlayerConnected(player)) { ShadInfoBoxForP...
106
Make your objects, then post them, asking for them to be put in. Simple as that.
85
Nice tutorial, won't help me since I've had 0.3d since RC1.. But hopefully this will prevent a million questions from being asked in Scripting Discussion.
915
I'm not quite sure I understand. Are you trying to set the virtual world of the player who types the command to 0?
150
Actually Josh, Lorenc_ is right. Ban(playerid); is a function WITH SA-MP, but doesn't ban in the userfile. The function bans them on a IP basis. So to unban them, you need their IP, and '/rcon unbanip...
75
I'm not sure I understand, does every command open the dialog?
154
There are many things you can do, one as an example would be to use MTA, you start the program, then open 'Map Editor'. There should be a tutorial, then map what needed and click 'Save as'. Then navig...
64
If you are using 0.3d the "invalid" skins were added.
131
I'll tell ya something, I actually planned on doing it, but haven't found the time. A MDC system, for cops. (Mobile Data Computer). I was thinking it could be a dialog, with a textdraw background, kin...
82
Is there a possibility of the RemoveBuildingForPlayer bug to be solved? Where it spawns cars in the street if there was a building where you park the cars. I brought it up a while back.
30,184
Would read this, might help. https://sampwiki.blast.hk/wiki/Floatround
99
The reason you are getting a error with ssscanf is, (well from what I understand/was told) in 0.3d they changed some memory adresses. So we have to wait for 0.3d to come out and Y_Less to update, or h...
663
Quote: Originally Posted by Calgon how do that? is there filterscript? With the ignorance of some people in this community maybe there should be..
13,275
Quote: Originally Posted by grand.Theft.Otto No, make your own script from scratch. We're tired of people's roleplay edits spamming the internet/hosted list. Got to agree with this one...
127
Did you put "dcmd(war, 3 cmdtext);" under OnPlayerCommandText ?
223