https://open.mp logo
Docs
Join the conversationJoin Discord
Channels
general
general-show-off
opemp-dev
open-mp-server-beta
openmp-samp-help
pawn-help
sa-show-off
samp-and-sa
samp-android
support-forum
Powered by Linen
general
  • m

    millions-knife-57333

    01/12/2023, 3:07 PM
    Read the GitHub
  • b

    busy-arm-75131

    01/12/2023, 3:13 PM
  • s

    straight-family-35431

    01/12/2023, 4:03 PM
    rp for life god bless my samp family
  • e

    echoing-kilobyte-63666

    01/12/2023, 4:04 PM
    freeroam uif for life
  • e

    echoing-kilobyte-63666

    01/12/2023, 5:42 PM
    use ChatGPT
  • e

    echoing-kilobyte-63666

    01/12/2023, 5:42 PM
  • e

    echoing-kilobyte-63666

    01/12/2023, 5:42 PM
    c
    #define VEHICLE_MODEL_ID 411 // Infernus
    
    forward SpawnVehicle(playerid, modelid);
    
    public SpawnVehicle(playerid, modelid)
    {
        new Float:x, Float:y, Float:z;
        GetPlayerPos(playerid, x, y, z);
        new veh = CreateVehicle(modelid, x, y, z + 500.0, 0.0, 0.0, 0.0, 0);
        if(veh)
        {
            PutPlayerInVehicle(playerid, veh, 0);
            return 1;
        }
        else
        {
            return 0;
        }
    }
    
    public OnPlayerCommandText(playerid, cmdtext[])
    {
        if(strcmp(cmdtext, "/veh", true) == 0)
        {
            if(SpawnVehicle(playerid, VEHICLE_MODEL_ID))
            {
                SendClientMessage(playerid, -1, "A vehicle was spawned!");
            }
            else
            {
                SendClientMessage(playerid, -1, "Failed to spawn vehicle!");
            }
            return 1;
        }
        return 0;
    }
  • c

    creamy-intern-5619

    01/12/2023, 5:44 PM
    thank you
  • c

    creamy-intern-5619

    01/12/2023, 5:47 PM
    Where in pawn do i put it
  • v

    victorious-lamp-45130

    01/12/2023, 6:06 PM
    @millions-knife-57333 thoughts on the toyota mr2? just saw one in the street
  • m

    millions-knife-57333

    01/12/2023, 6:07 PM
    Idk
  • w

    wooden-dusk-70200

    01/12/2023, 6:08 PM
    @gorgeous-baker-92777
  • w

    wooden-dusk-70200

    01/12/2023, 6:08 PM
    fobdobdob
  • w

    wooden-dusk-70200

    01/12/2023, 6:08 PM
    schizophrenia-is-hilarious-12-01-2023-0001
  • c

    creamy-intern-5619

    01/12/2023, 6:21 PM
    it works perfectly but how can i spawn any car i want?
  • f

    future-dusk-14398

    01/12/2023, 6:50 PM
    Gagi
  • m

    modern-night-13274

    01/12/2023, 6:51 PM
    Instead of specified infernus just let player put any model number in their command and check if model number is valid
  • m

    modern-night-13274

    01/12/2023, 6:52 PM
    https://m.youtube.com/watch?v=RFDe0pbnpDo
  • c

    creamy-intern-5619

    01/12/2023, 7:05 PM
    So what do i do
  • c

    creamy-intern-5619

    01/12/2023, 7:05 PM
    to put any model
  • c

    creamy-intern-5619

    01/12/2023, 7:05 PM
    Shall i delete that 411 id
  • s

    swift-apartment-44899

    01/12/2023, 7:09 PM
  • s

    swift-apartment-44899

    01/12/2023, 7:10 PM
    Drugs. I hope there won't be any side effects.
  • s

    stale-telephone-79109

    01/12/2023, 7:10 PM
    ChatGPT is currently down?
  • a

    acceptable-match-32889

    01/12/2023, 7:14 PM
    Time to get back to scripting with the new Open MP
  • a

    acceptable-match-32889

    01/12/2023, 7:53 PM
    Does anyone know how to download a clean GTA sa
  • p

    polite-yak-37185

    01/12/2023, 7:55 PM
    Ye its called coffee mod u can google it and it contains the full game
  • a

    acceptable-match-32889

    01/12/2023, 7:56 PM
    i need the game to install samp
  • l

    little-traffic-8429

    01/12/2023, 7:56 PM
    @dazzling-translator-76954
  • l

    little-traffic-8429

    01/12/2023, 7:57 PM
    umm
Powered by Linen
Title
l

little-traffic-8429

01/12/2023, 7:57 PM
umm
View count: 1