02.02.2010, 17:57
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:
and here are the lines
Код:
(242) : error 017: undefined symbol "SetPLayerInterior"
Код:
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;
}

