Help with NPC
#1

i have a stunting server and i want to make a npc that does stunts and all and also a minigame rollercoaster . so the npc will be on bike.I have recorded the npc.I want to make a code like when a player sits with the npc the npc starts moving and the player gets a cool ride!!!!!!How can i do that i am newbie please post code i will try to understand
Reply
#2

you can do this with a command
i mean when you will type /start the npc will start moving
Reply
#3

ok but can you please post the code !
Reply
#4

pawn Code:
if (strcmp("/start", cmdtext, true, 10) == 0)
    {
        StartRecordingPlayback(PLAYER_RECORDING_TYPE_DRIVER,"recorded file name");
        return 1;
    }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)