Help!!!
#2

pawn Code:
CreatePickup(1318, 1, Float:x, Float:y, Float:z); // OnGameModeInit

if(strcmp(cmdtext, "/enter", true) == 0)
{
    if(IsPlayerInRangeOfPoint(playerid, 3, Float:x, Float:y, Float:z))
    {
        SetPlayerPos(playerid, Float:intx, Float:inty, Float:intz);
        SetPlayerInterior(playerid, interiorid);
    }
    return 1;
}
Reply


Messages In This Thread
Need help - by Notorious29 - 02.03.2011, 20:49
Re: Need help - by Antonio [G-RP] - 02.03.2011, 20:53
Re: Need help - by Notorious29 - 03.03.2011, 12:51
Help!!! - by Notorious29 - 03.03.2011, 16:00
Re: Help!!! - by Stigg - 03.03.2011, 16:02
Re: Help!!! - by Notorious29 - 03.03.2011, 16:04
Re: Help!!! - by Stigg - 03.03.2011, 16:05
Re: Help!!! - by JaTochNietDan - 03.03.2011, 16:06
Re: Help!!! - by Notorious29 - 03.03.2011, 16:06
Re: Help!!! - by antonio112 - 03.03.2011, 16:08
[No subject] - by Notorious29 - 03.03.2011, 16:13

Forum Jump:


Users browsing this thread: 1 Guest(s)