Search Results
Even if he did release the source none of you monkeys would know what to do with it
259,501
2012
old
pick one
25,308
tell someone who cares
15,393
Quote:
Originally Posted by LeonardoSantino
This is legit?
legitimately bad
82,733
its been a long day without you my friend
5,325
anything that isn't that outdated ngg leak with new colours and a shitty name with [refunding] in it
12,624
looks like an edited version of Dizz Nicca's ENB
921
Insert obvious server plug here
1,422
https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange
that should help you, there are some examples further down the page.
364
Show us the code for each of the issues
464
If you're using mysql to save your player accounts, log their IP when they register, every time a new player registers select all IPs that are equal to the new players IP.
724
I had the same issue, I'm pretty sure you can just
cd /usr/lib
wget http://mow.vg/files/libmysqlclient.so.15
or alternatively use mysql_static.so
2,437
There are quite a few mistakes in this script.
PHP код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/rules", cmdtext, true, 10) == 0)
    {
       ...
809
San Fierro roleplay is looking for some semi-experienced mappers to join the mapping team.
If you're interested drop an application to http://sf-roleplay.net
Requirements:
Basic mapping creativity
662,074
Show us how you load your player data.
746
https://sampwiki.blast.hk/wiki/GetPlayerScore
PHP код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if(GetVehicleModel(vehicleid) == HUNTER_ID) //Change thisÂ...
430
You should be retrieving the row as a float
https://sampwiki.blast.hk/wiki/MySQL/R33..._get_row_float
626
Just save the car locations yourself, this is for scripting assistance now 'write my code for me'.
456
