Search Results
Quote: Originally Posted by Nickk888 Sure, if you tell me how i change the setting in my GitHub page to allow that, 'cause i'm a newbie in using GitHub You don't need to change any set...
4,797
Can i translate this without sending an email to you? Like i can just push it to your github instead sending an email and you push it yourself.
4,797
Why wouldn't you remake SA-MP and change many feature, then do the security routine updates. Honestly, i'm not like 0.3DL because 0.3DL is just like MTA. Many ppl requested to add custom model, just ...
117,352
Okay, i want to ask something.. How can i determine if this string having an underscore and i'm want to delete with strdel? And, can you give me another example like.... i want to return list to stri...
1,898
You need install C++ Redistribute 2015 if you want to test this gamemode. Because mysql, sscanf, and streamer need that. And C++ Redistribute 2015 can only be installed on windows 7 Service Pack, win...
23,895
GivePlayerMoney(playerid, ActualMoney-TehPriceBlaBlaBla);
189
Use RyDeR function: https://forum.sa-mp.com/showpost.php...55&postcount=5
316
MessageKick(playerid, message[], (mixed)); Based on SendClientMessageEx function: https://forum.sa-mp.com/showpost.php...postcount=4529 Usage: PHP Code: public OnPlayerConnect(playerid) {   Â...
71,109
Dunno, but the reason i like debian because its pretty easy, upload gamemode, then nohup ./samp03vr & And why i seems didn't like CentOS :\ still unanswered question
739
Quote: Originally Posted by GeorgeLimit issuerid? what is that? I know isuserid issuerid = something who cause damage, can be objectid, playerid, etc...
330
Quote: Originally Posted by AhmedMohamed the player with id 0 fell out from high location so he died with Collision - the Collision ID is 54 - the amount of the Collision in this case is 1...
330
Quote: Originally Posted by TheLeech Still doesn't work even when doing it like that. Go check your mysql_log.txt and read what errors.
280
Protect your gamemode? 1. Buy a VPS. 2. Upload your script, pwn, amx or amx only it doesn't matter. 2. Set a permissions to: chmod -R 750 directory-name/ info: PHP Code: Owner/User - 7 - Ful...
876
pTask or SetTimerEx... Just timer[playeird] = SetTimerEx bla bla on player connect. then PHP Code: public OnPlayerDisconnect(playerid, reason) {     for(new i=0; i < UsedTimers[pl...
1,450
1. Find on ****** with the following keyword "GTA SA Detailed streetname" 2. Download and install (if that script require you to install) 3. Open notepad.exe then write a streetname and dont forgot to...
1,516
Quote: Originally Posted by TheLeech Still don't understand might just convert it back to the old MySQL. changed it now too this but still doesn't load? Code: stock LoadApplications() {...
280
Quote: Originally Posted by KehmoSabeh Anything like this but for playing music only putting name?. Something like that is possible? Yep..
3,848
Hmmm..... still confused :\ but i love your code <3
4,254
Today i learned how to make include like Emmet_ but that code is messed up You can look in here: https://github.com/B3x7k/OnPlayerRestoreHack
39,502
PHP код: new Text:Banka[i];  Banka[i] = TextDrawCreate(588.285949, 116.613403, "0$");     TextDrawLetterSize(Banka[i], 0.177900, 0.627197);     TextDrawAlignment(Banka[i], 1);...
190