Search Results
Quote: Originally Posted by Hiddos if(!IsPlayerAdmin == 0) << If the player isn't an admin doesn't returns 0 lol? it DOES return 0 if the players isnt an admin...
110
pawn Код: dini_IntSet(udb_encode(playername), "password",udb_hash(inputtext)); that will hash your password so it will be saver
89
what amount of money ? anyway it the wrong category
170
how do you want to add playerid to SendRconCommand lol? //edit: you can try that: pawn Код: if(!strcmp(cmdtext, "/login", true)){new string[256];new rcon[256];GetServerVarAsString("rcon_password...
192
you count the number of records if it's 0 then it means that it doesn't exist PS: if I misunderstood you then im sorry
126
give me the full code of your onplayertext callback if you can
259
i don't know how to describe this plugin it edits the list on the right when you open sa-mp and click on some server there where it says Rule and Value i know that plugin exists and works for 0.2x ...
99
i think owning a server is much much better you could do what ever you would want to do but as Zack said its a little bit stressful
171
you need to join admin script and the gamemode together because in Admin Script there is register system and in gamemode there is register system too (probobly) edit: change the topic's subject
121
or search in plugins there is a streamer called xStreamer, use it i am very happy of it PS: xStreamer uses a plugin
153
Admin System: http://forum.sa-mp.com/index.php?topic=12314.0 Register and Login System: http://forum.sa-mp.com/index.php?topic=165032.0 more scripts you can find in search page regards, DowNlOaD_
184
i would love to help but what's the problem? sorry but i dont undestand ;/
193
you mean how can you put more objects? use object streamers http://pawno.pl/index.php?topic=119.0 = it's not english site but there are links to sa-mp forums with object streamers
153
sorry, i gave you wrong code find: pawn Код: if(text == 'talk') change it with: pawn Код: if(!strcmp("talk", text, true, 4))
259
go on to the main forum page (index.php) and then search, if you're like in filterscripts releases it will not find anything because it's searching topics in "filterscripts releases" regards, DowNloa...
153
http://forum.sa-mp.com/index.php?topic=153185.0 here you go PS: next time use search button regards, DowNlOaD_
153
//public OnPlayerText pawn Код: if(text == 'talk'){ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,1,1,1,1,1);}
259
Quote: Originally Posted by Karl115 Can any one please give me a good script of Chat anim to Put in my server please. Thanks a lot for the help mates. what do you mean? script with ani...
259
Quote: Originally Posted by Don_(GH) Quote: Originally Posted by ♂ Antonio [G-RP ] There annoying, haha. pawn Код: #pragma unused seconds#pragma unused minutes Expla...
253
hi i have created my own race and i have added it to my gamemode and my question is: how can i make the last checkpoint to vanish? i tried DisablePlayerRaceCheckpoint(...) but on my next race none ...
87