Enter house
#1

Hey,

Can someone tell me how that if you go trough a checkpoint ( the thing that looks like this ! ) that you enter an interior/house?

Please help!
Reply
#2

To make your checkpoint respond when entering, you should script under the "OnPlayerEnterCheckpoint" callback.
Simple example:
PHP код:
public OnPlayerEnterCheckpoint(playerid)
{
   
SetPlayerInterior(playerid3);
   return 
1;

I don't know if you wanted something like this..
Reply
#3

But does that set it to all checkpoint, or a certain one. Because I need that to be in a certain one.
Also, could you tell me how I put text above it ?

also, I want it to TP to a certain place, so it works using coordinates.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)