Scripting Question [ Please Answer ]
#1

Okay, Most servers have the i's which you can /enter in and /exit, may i ask how to script them? credits go to who helps, i'm learning how to script.
Reply
#2

In like a house script or something... be more specific
Reply
#3

You can do something simple like this.
pawn Код:
if (strcmp("/enter", cmdtext, true) == 0)
    {
        SetPlayerInterior(your_interior_here);
        return 1;
    }
Likewise with Exit.
Reply
#4

https://sampwiki.blast.hk/wiki/CreatePickup
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)