Search Results
Quote: Originally Posted by dodowi Good Job Man Thanks
2,465
Wrong place. Post it in the looking for scripters/helpers thread
479
Quote: Originally Posted by miguelangel988 Server Package to download please against the rules.. go understand basic shit
2,465
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...
553
https://sampwiki.blast.hk/wiki/TogglePlayerClock
709
Quote: Originally Posted by maaz WoW awesome gamemode i will surely try it THank you I am a fast reply'er eh?
2,465
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...
368
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
999
[08:30:21] Loading plugin: audio [08:30:21] Failed. Are you sure the audio plugin is placed there?
453
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...
755
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...
755
GetPlayerName and then check if the name is "Samuel"
507
pawn Код: new wantedlevel;wantedlevel=GetPlayerWantedLevel(playerid);SetPlayerWantedLevel(playerid, wantedlevel+1); Paste it in OnPlayerDeath or somewhere
425
You can play your own mp3 using PlayAudioStreamForPlayer
295
I have answered on your first thread. Don't create multiple threads for the same topic
296
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...
507