Search Results
Quote: Originally Posted by dodowi Good Job Man Thanks
1,135
Wrong place. Post it in the looking for scripters/helpers thread
179
Quote: Originally Posted by miguelangel988 Server Package to download please against the rules.. go understand basic shit
1,135
Use this code pawn Код: //Put this under OnGameModeInitTextdraw0 = TextDrawCreate(446.000000, 366.000000, "Info~n~Owner: name_name~n~Business type~n~Status:~n~~r~Closed / Open");TextDrawBackgroun...
250
https://sampwiki.blast.hk/wiki/TogglePlayerClock
338
Quote: Originally Posted by maaz WoW awesome gamemode i will surely try it THank you I am a fast reply'er eh?
1,135
You didn't read rules did you? You just broke 3. First - No Bumping before 24 hours (or was it 12 hours?) Anyways, you bumped in less than an hour Second - You need to show code. We ain't astrologist...
170
This is not at all related to SA:MP (Telling beforehand) I am a kind of medium gamer, programmer and a geek. I can have one domain. I am confused what should I set the domain name. Ideas? -Ryder
532
[08:30:21] Loading plugin: audio [08:30:21] Failed. Are you sure the audio plugin is placed there?
179
Now now, that wasn't sscanf.. here is a code i just hacked up in a couple of minutes.. not tested Don't mind the loose indentation, typed directly here. pawn Код: CMD:weed(playerid, params[]){ne...
281
I understand you completely and sscanf can work.. Show me your existing code. ----------------- This forum requires that you wait 240 seconds between posts. Please try again in 39 seconds. *When di...
281
GetPlayerName and then check if the name is "Samuel"
177
pawn Код: new wantedlevel;wantedlevel=GetPlayerWantedLevel(playerid);SetPlayerWantedLevel(playerid, wantedlevel+1); Paste it in OnPlayerDeath or somewhere
180
You can play your own mp3 using PlayAudioStreamForPlayer
122
I have answered on your first thread. Don't create multiple threads for the same topic
129
If by that you require to save someone's position, you can do it like this pawn Код: //On top of your script, outside a callbacknew Float:SaveX[MAX_PLAYERS], Float:SaveY[MAX_PLAYERS], Float:SaveZ...
226