Search Results
Show us your ShowStats stock. EDIT: Also does makeadmin work?
77
How is it fucking up your whole gamemode? Error messages?
146
Quote: Originally Posted by Inspiron Those who needs free host, Checkout my signature Advertising with adfly links is against the rules.
201,029
Quote: Originally Posted by HrvojeII You don't say :O I don't know how to create that, so I asked here! Don't try and make him look stupid while you're being stupid. He means don't use ...
135
Remove the line that asks if they're on admin duty... pawn Код: CMD:getcar(playerid, params[]){    // The one that was here    if (PlayerInfo[playerid][pAdmin] >= 3)    {        new c...
111
Nevermind, fixed with no help from SA:MP community ^^
55
Use this instead: pawn Код: public OnPlayerPickupPickup(playerid, pickupid){    if(pickupid == House1Enter)     {        SetPlayerPos(playerid, X, Y, Z);        SetPlayerInterior(playe...
492
I agree with everybody else. This would be easy to do, but Ј7.50? Wow. I could get more from coding a simple layout in HTML/CSS :L And I mean, that's really basic :L
141
pawn Code: CMD:enter(playerid, params[]){    if(IsPlayerInRangeOfPoint(playerid, 7.0, 1570.9875, -1336.9447,16.4844))    {        SetPlayerPos(playerid, 1548.6855,-1364.6135,326.2109);    Â...
165
This is how I would do the enter cmd. pawn Code: public OnPlayerCommandText(playerid, cmdtext[]){    if(strcmp("/enter", cmdtext, true, 10) == 0)    {        if(IsPlayerInRangeOfPoint(player...
487
Replace pawn Код: if(IsPlayerAdmin(playerid)) with pawn Код: if(PlayerInfo[playerid][pAdmin] >= 1) EDIT: Or go in game and type /rcon login [RCON PASS] and then all the commands will w...
287
Quote: Originally Posted by Kwarde Nice Ricardo :P But I have a tip for you, English grammar tip: pawn Код: %s has gave you %d. It is OR '%s gave you' , OR '%s has given you'. I'm not ...
426
Quote: Originally Posted by eDz0r He was very specific. What you want HERE What was the point in posting this when he has already been given this link?
143
Quote: Originally Posted by mastalol Not What i Was Looking For... ~Thanks This WAS what i Was Looking For! Not What i Was Looking For... Lol Ok.
143
Quote: Originally Posted by mastalol How to i make pawn Код: CreateObject(980,-1545.63000488,-430.71353149,7.77339125,0.00000000,0.00000000,134.00000000); Move to: pawn Код: (-1553...
143
pawn Код: if(strcmp(cmd, "/jetpack", true) == 0){    if(IsPlayerAdmin(playerid))    {        GivePlayerWeapon(playerid, 19, 1);        SendClientMessage(playerid, 0xDEEE20FF, "Spawned ...
125