Search Results
Any error codes? Please provide us with your log-file .
34
Get a plugin; add the queries.. There you go!
No-one's going to help you out for free to convert an entire script. If-so, give us more information on what exactly it is that you fail to understand and...
46
Can you show me the functions ( variables ) you're using? I'll happily look into them.
80
query the server; make a case in PHP to see if it's online and use the PHP 'IF' statement for either online or offline
20
Register online time via functions ( SQL or Y_INI I.E. ), also their regdate, then use a calculation ( TIME ( days, hours, minutes w/e ) divided by ONLINE TIME ). Shouldn't be too hard.
71
How do you save your data ( I'm unable to write a code for you due to this ) however, you may try something like:
PHP код:
public OnGameModeExit{// save your shit here}
87
You can use ****** translate without having to pay for it. There's a free developer programme for starters. Downside, it'll only allow you to use a X translations.
21
Try to code it yourself.. If I see any mistakes in the code, I'll gladly explain to you what is wrong and why.
23
PHP код:
if(!strcmp("/command", command-text))
29
Make a textdraw. Easy enough. You already have the data stored so just make a case to switch numbers .
26
Check name in OnPlayerConnect --> strip the name and look for _ in the name.
37
Switch saving to a steady SQL one.. Might save you efforts too.
20
Your best shot would be to look for someone to fund the bits you need. I've offered a few VPS's in the past, but I do set specific requirements for them. You'd be better off stating what you require, ...
71
Try using a new SQL plugin. Also.. Perhaps use the function GetPlayerIp:
PHP код:
public OnPlayerConnect(playerid){ new plrIP[16]; GetPlayerIp(playerid, plrIP, sizeof(plrIP));...
57
Quote:
Originally Posted by lucamsx
what?
Код:
new vehid;
vehid = GetPlayerVehicleID(playerid);
replace "1" with "vehid".
I copied his code and went on to explain in the rest of my ...
106
Can you provide us with all the textdraws? Also.. Make sure you don't surpas the limit of textdraws.
https://sampwiki.blast.hk/wiki/Limits
49
You'll have to define what vehicle IDs get what object and on what location:
( Wiki post: https://sampwiki.blast.hk/wiki/GetPlayerVehicleID )
Код:
(objectid, vehicleid, Float:OffsetX, Float:Offset...
106