Search Results
Quote: Originally Posted by EmpireSk Yes there is somewhere to include it If I understand correctly, you're asking where to include it in your code. Here: public OnGameModeInit()
127
Quote: Originally Posted by EmpireSk It's nice but there's somewhere Script or Include on it... I don't understand what you're saying, I am sorry. Are you asking where to put the code? ...
127
What does your code look like for your anti cheat?
102
https://sampwiki.blast.hk/wiki/AddStaticPickup Here you are. Hope this helps!
127
Downloaded a few game modes and really only started changing text in the game mode and thought it was cool, so I started to learn more into it. Around 2013 is when I really started developing my own m...
2,052
You misspelled GetPlayerVehicleID and did you return CMD: places? Try putting in params[] after playerid in your command too.
99
Your hinfo before the query. Try deleting that. Because in your cmd you have it where if it is owned it will return the error whereas in your BuyHouse function you have it set to 1 in two places. Try ...
187
Look up anything about GetPlayerName buddy.
187
Using strings and textdraws and using some kind of textdraw editor with atleast some kind of knowledge of pawn and how OnPlayerDeath works. Few days of learning and you should have it down. Refer to ...
187
Quote: Originally Posted by ForT Yes, but you can show the textdraws if the player is not logged in: PHP код: public OnPlayerFinishedDownloading(playerid, virtualworld) {     ...
245
Quote: Originally Posted by ForT You need to show custom textdraws in OnPlayerFinishedDownloading. Wouldn't that make it appear everytime the player switches virtual worlds as according...
245
Hello! I have created a custom textdraw of my site logo and everything works all fine except I want it to show OnPlayerConnect. In my script, if you have an account and you connect the dialog appears...
245
Quote: Originally Posted by Amads So, an ordinary RP server? Deceased.
494
I honestly believe it has something to do with people who get banned from the popular servers and then think they can run a duplicate server. I feel kind of bad for these people because they waste the...
1,031
Hello everyone, Basically, my dialog for my attachment system is giving me a bit of a headache and I was wondering how to approach it. This system is just the default attachment modification filters...
78
Quote: Originally Posted by sheenidgs Have you ever try to debug the inputtext variable with SendClientMessage or printf? Just make sure what is actually value in inputtext. May be on t...
187
Quote: Originally Posted by Daniielk I'm not 100% sure it works PHP код: if(dialogid == RADIOMENU+1 && response)     {         new link[32];        Â...
187
Quote: Originally Posted by sheenidgs I've looked up on Wiki and see the example. What link do you trying input? https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer With all due res...
187
Quote: Originally Posted by JaKe Elite Why do you use strcat? You could have just directly use the inputtext parameter over the PlayAudioStreamForPlayer function I did that originally a...
187