Search Results
I am sorry, can you please explain more about your problem? As I kind of understood, you need to put SendRconCommand() wherever you want an RCON command to be executed.
138
Quote: Originally Posted by Mugala yeah exactly, problem was in structure I guess it was, but hey.. rep to you too!
190
Hmm, I thought a datatype wasn't required since it saves as TEXT as default. I am going to try it out, thank you for your help! (I gave you a rep! )
190
Well, let's suppose you want to get the number of players online in your server: PHP код: stock GetOnlinePlayersNumber() {      new res=0;      for(new j=0;j<MAX_PLAYERS;j++) i...
181
Quote: Originally Posted by Mugala does your logs says "SERVER: My job is done here!" ? if yes, than check your SQL Structure Yes, my logs do say this message. And I think my SQL struct...
190
Hello there SA-MP community, and thank you for clicking my thread! As the title says, INSERT INTO is not working properly. Let me give you more details. As you can see below, there is a stock that ins...
190
Well, sorry.. I forgot this rule. I must wait 24 hours..
62
Hello! I have a weird problem, take a look at this code: PHP код: enum P {     name,     password,     ip,     activated,     banned,     score,     totalMatches,...
62
Thanks for helping me out! It worked! (+REP to both)
49
Hello! I'm making a server but I have a problem. How can I check if a string (inputtext) exists in an array? I have tried this but it's not working: PHP код: new cityWords[][] = { //Beta Â...
49
As iLearner said, add main() {} somewhere on top of your code. The OnPlayerStateChange callback doesn't have anything wrong.
219
PHP код: public OnPlayerStateChange(playerid, newstate, oldstate) {    if(oldstate == PLAYER_STATE_DRIVER && newstate == PLAYER_STATE_ONFOOT)    {       Delete3DTex...
123
Can you show us your OnPlayerStateChange code?
219
https://sampforum.blast.hk/showthread.php?tid=452843 EDIT: If you didn't like this tutorial just ****** 'samp car dealership tutorial'. :P
193
Can you show me where is the error line? :P EDIT: I think your error line is here: PHP код: name = GetName(playerid);  I recommend doing this: PHP код: GetPlayerName(playerid,Â...
199
If you need all the animations, click here: https://sampwiki.blast.hk/wiki/Animations
90
I don't think if this is gonna work: PHP код: new price = GetVehiclePrice(modelid); new Float:ParkX, Float:ParkY, Float:ParkZ; new name[64]; if(GetCash(playerid) < price) returnÂ...
199