Search Results
well, can u tell me which server is good?
262
ah potassium got a point. but it's my hobby too i never though i can make server for donation and then leave whatever i want and i means in Cnr or tdm or freerom or what?
262
in which server u will get more donation?
262
i am using Yini like this
PHP код:
enum CNR_user
{
    pPass[129],
    aLevel,
    vLevel,
    pCash,
    pScore,
    pKills,
    pDeaths,
    phit,Â
...
136
yes i read it but i still dnt know how ot make alive time can u give me codes? please
146
i am saving player total time stats but when player /q the game and rejoin so time will reset.
i added this on saveuser
PHP код:
INI_WriteInt(ufile, "time", GetPVarInt(playerid,"time")); ...
146
i added /balance cmd
PHP код:
CMD:balance(playerid, params[])
{
    format(fstr, sizeof(fstr), "{6A5ACD}Hand: $%d - Bank: $%d - House: $%d", GetPlayerCash(playerid), BankIn...
131
Guyz i need help rly i can't fixed it or if u dnt understand i will explain u more but please help me.
228
PHP код:
public OnPlayerText(playerid, text[])
{
    new string[250];
    if(GetPlayerVirtualWorld(playerid) == 0 )
    {
        new id = GetClosetHouseID(playerid...
228
i added save skin in my script but
stock saveuserstats
{
INI_WriteInt(ufile, "pskin", GetPlayerSkin(playerid));
..............
public onplayerrequestclass
{
SetPlayerSkin(playerid, PlayerInfo[...
151
i added this stock.
PHP код:
stock GetPlayerDirectionFromPlayer(playerid,targetid)
{
    new
        Float:tpX,
        Float:tpY,
        Float:tpZ,
      Â...
148
is there any function or stock? they can show player info
example:
i have a cmd /location [id]
/location 1
Blackdragon1's at The strip (East)
135
how to make sellable cars? and selling checkpoint ?? idea? idk
101
Quote:
Originally Posted by DaRk_RaiN
You are so good at math..
[/pawn]
what is my question? i want old wanted stars and new stars but result should be 6.
305
SetPlayerWantedLevel(playerid,GetPlayerWantedLevel (playerid) +6); i want they +new wanted lvl and old wanted lvl what player had.
example:
i have 3 wanted lvl and i am going to robbank so they ...
305
PHP код:
public OnPlayerUpdate(playerid)
{
    if(GetPlayerWantedLevel(playerid)>6)SetPlayerWantedLevel(playerid,6);Â
PHP код:
if(IsPlayerInRangeOfPoint(playerid,1.0,2316....
305