Search Results
This is located in area 51, all old objects were removed, including the fences and replaced, so now you can code in a opening and closing gate... Here are some pictures: [The code] CreateObject: К...
313
Nope thats not what I want, there is only one pickup and I want it so when the player picks it up, if they are in a police car it tells them right car, if not, then wrong car... But it only does right...
165
pawn Код: public OnPlayerPickUpPickup(playerid, pickupid){    new vehid = GetPlayerVehicleID(playerid);    if(IsACopCar(vehid))    {        SendClientMessage(playerid, COLOR_GREY, "Right...
165
pawn Код: public OnPlayerPickUpDynamicPickup(playerid, pickupid){    new file[256];    dini_IntSet(file, "Money", PlayerInfo[playerid][pMoney] += 60);    ResetPlayerMoney(playerid);    Giv...
152
Probably not, but they probably make it so when the player is very close to the object, and presses the fire key, something happens.
166
Just let me know you need it and I will private message you it .
112
Bump, here is the timer code: pawn Код:  
112
No, example delete all other pawno folders, except the folder in the file you are using currently.
155
Do you have any other folders that have pawno include? If so delete every other folder that has san andreas multiplayer files, except the one you are using currently.
155
Download this: Код: http://www.mediafire.com/?dm2gmu539bsm415 Then go to pawno folder -> include folder -> place the file you downloaded inside -> Recompile.
155
What anti cheats are you looking for?
141
pawn Код: new KillerTime[MAX_PLAYERS];new KillerLevel[MAX_PLAYERS];forward KillerTimer(playerid);public OnPlayerDeath(playerid, killerid, reason){    KillerLevel[killerid] += 4;    SetPlayerWa...
118
No there are no car objects so you can't use createobject with a car id...
66
The problem is I have it once the player types the command farm, I get the players x y z and start a timer, after that I create a object in the player's x y z but the object isnt being created....
112
Make something like: pawn Код: cmd:gethackerpos(playerid, params[]){    new hacker;    if(sscanf(params, "u", hacker))    {    }    if(playerid[admin]>0)    {        new Float:...
185
Thank you all and Frank I have replied to your private message.
244
Exact same track from a MTA race server, do you own that server?
226