Search Results
I'm not sure you can use sscanf in that way. My advise would be to use dialogs.
703
Code: CMD:sendinfo(playerid,params[]) { new admin[25],account[25],reason[128],details[128]; if(sscanf(params, "s[25]s[25]s[128]s[128]",admin,account,reason,details)) return SendClientMessag...
703
Looks great my brother - expect nothing less.
1,824
Really nice. You should be proud.
6,918
Looks really good but some of the objects don't quite meet, you also need to get rid of that gang sign.
2,382
pawn Код: CMD:gate2(playerid, params[]){    new string[128];    if(IsPlayerInRangeOfPoint(playerid, 3.0, 59.9662,-1525.9076,4.6624) && IsACop(playerid))    {        if(TollGateSt...
90
Are you using the most updated version of a_mysql?
177
Please navigate yourself to this thread for further explanation. https://sampforum.blast.hk/showthread.php?tid=419858
100
Quote: Originally Posted by 2jesper2 [16:43:26] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_RegisterInterface" found (script might need to be recompiled with the lat...
91,935
Looks extremely similar to my clock which i posted back in 09. http://forum.sa-mp.com/showthread.ph...005#post256005
710
I have this terrible bug where the objects seem to stream in at around a distance of 40.0/50.0, I am using this code since we moved to 0.3x Код: for (new o, s = Streamer_GetUpperBound(STREAMER_TYP...
91,935
I just looked at the a_mysql, you know that cache_get_row_int/float does not have a destination so what you have wrote about above will return Код: warning 202: number of arguments does not match...
339
As this is obviously not using a_mysql R7, I take it all code will work with R6/R5?
713
I'm on windows 8 and it works fine for me to. Make sure you have set your files to 'Run as Administrator' ect. Also i have my UAC turned off.
132
My point is you advertise it as an Advanced log creator which it is not. It is a simple but efficient log creator. I also wasn't talking about MySQL. Y_ini for example would be a better system which y...
694
This is pretty simple stuff, but its good i guess. You could make it better by using a more efficient storing method ( maybe SQL? ) Also within the 'WriteInLog' callback you have used printf but hav...
694