Search Results
Even if he did release the source none of you monkeys would know what to do with it
152,202
2012
old
pick one
13,475
tell someone who cares
7,563
Quote:
Originally Posted by LeonardoSantino
This is legit?
legitimately bad
49,290
its been a long day without you my friend
2,538
anything that isn't that outdated ngg leak with new colours and a shitty name with [refunding] in it
6,616
looks like an edited version of Dizz Nicca's ENB
391
Insert obvious server plug here
667
https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange
that should help you, there are some examples further down the page.
170
Show us the code for each of the issues
198
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.
335
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
1,027
There are quite a few mistakes in this script.
PHP код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/rules", cmdtext, true, 10) == 0)
    {
       ...
424
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
358,397
Show us how you load your player data.
359
https://sampwiki.blast.hk/wiki/GetPlayerScore
PHP код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if(GetVehicleModel(vehicleid) == HUNTER_ID) //Change thisÂ...
216
You should be retrieving the row as a float
https://sampwiki.blast.hk/wiki/MySQL/R33..._get_row_float
284
Just save the car locations yourself, this is for scripting assistance now 'write my code for me'.
187