[SOLVED] Interior problem :/
#1

Ok so i was making this house checkpoint to go in and out and the checkpointd appears and i go into the location but i can't use "SetPlayerInterior" thing. so i get teleported in the air D:

Код:
(242) : error 017: undefined symbol "SetPLayerInterior"
and here are the lines

Код:
public OnCheckpointEnter(playerid, checkpointid){
	switch(checkpointid)
	{
	  
	  case HOUSE_GROVE:
	  {
	    SetPlayerPos(playerid,226.0392,1021.4529,1084.0177);
	    SetPLayerInterior(playerid,7); <---- this is the problem :/
	  }
	}
	return 1;
}
Reply
#2

It's SetPlayerInterior, not SetPLayerInterior.
Reply
#3

u have L (capital) in SetPLayerInterior it should be SetPlayerInterior
Reply
#4

Quote:
Originally Posted by Don Correlli
It's SetPlayerInterior, not SetPLayerInterior.
Wow how i couldn't see that D: that was really dumb from me. Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)