Search Results
How to use isnull to make more "complex" commands like /pay [playerid] [amount] I know I can use scanf but lets stay on isnull topic.
99
Quote: Originally Posted by rfr PHP код: if(isnull(params))  why would you not use sscanf? Because it wont load for some reason...I made a whole thread about this.
117
Quote: Originally Posted by Marllun Create a new server folder and try to test if sscanf loads I did and it did not.
177
Is there any other way to get params from CMD: without using sscanf2?
117
Quote: Originally Posted by Ritzy Your sscanf isn't even loading. See your log. Yes scanf is not loading,why is my question.
177
Quote: Originally Posted by Marllun download the plugin again https://github.com/maddinat0r/sscanf/releases PHP код: main(){}  send me the log. Well as I said,I downloaded...
177
Error: Function not registered: 'SSCANF_Init' Error: Function not registered: 'SSCANF_IsConnected' Error: Function not registered: 'SSCANF_Join' Error: Function not registered: 'SSCANF_Leave' Error: F...
177
Quote: Originally Posted by Konstantinos http://forum.sa-mp.com/showpost.php?...32&postcount=4 Thanks man, +rep
472
Yes I am sure,I re installed it 40 times
472
I did install YSI again and I did download it from that same link I know how to install a plugin but its still not working
472
I did #include <YSI/y_ini> and it says fatal error 100: cannot read from file: "..\YSI_Internal\y_compilerpass" I also tryed #include <YSI> and it says fatal error 100: cannot read from fi...
472
This post is not about the same thing that post was. I just simply told him what I already did.
73
I did,AND IT DID NOT WORK. I tryed; Код: new pTeam[MAX_PLAYERS]; #define team_civili 0 #define team_policija 1 #define team_mafija 2 #define team_police_cars 25 #define team_mafija_cars 10 new...
73
https://sampforum.blast.hk/showthread.php?tid=160810 I found this tut on how to make factions and cars,but in the tutorial he creates only 1 car for each faction. He is using enums to define the cars....
73
Yes that is the purpose of CleanAnimations(playerid)... My problem is that I can not make more those. I can not enter the police cars but I can enter other cars that were suppose to be restricted just...
69
You might have errors in your script
106
Код: new pTeam[MAX_PLAYERS]; #define team_civili 0 #define team_policija 1 #define team_mafija 2 #define team_police_cars 25 #define team_mafija_cars 10 new PoliceCar[team_police_cars]; new Maf...
69
It will work.It works. I just dont understand how to get the keys from the file that was created on OnPlayerDiscconect because I have no clue how to use yini. And how would you possibly make money off...
200
How am I suppose to load data on OnPlayerConnect?
789