Need help with this!!!
#8

i know man i got everything finsh thanks for the help i just have to make my interior in thing now

on more thing look i dnt know how ot had more cmd proper

take a look

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/enter", cmdtext, true, 10) == 0)
    {

        if(IsPlayerInRangeOfPoint(playerid, 3, 1553.3136,-1675.7379,16.1953))
        {
            SetPlayerPos(playerid, 246.40,110.84,1003.22);
            SetPlayerInterior(playerid, 111);
    }
        return 1;
    if (strcmp("/exit", cmdtext, true, 10) == 0)
    {

        if(IsPlayerInRangeOfPoint(playerid, 3, 1553.3136,-1675.7379,16.1953))
        {
            SetPlayerPos(playerid, 246.40,110.84,1003.22);
            SetPlayerInterior(playerid, 111);
    }

    }
    return 0;
}
what i did wrong
Reply


Messages In This Thread
Need help with this!!! - by Notorious29 - 03.03.2011, 13:23
Re: Need help with this!!! - by Stigg - 03.03.2011, 13:25
Re: Need help with this!!! - by JaTochNietDan - 03.03.2011, 13:26
[No subject] - by Notorious29 - 03.03.2011, 13:29
Re: Need help with this!!! - by JaTochNietDan - 03.03.2011, 13:36
Re: Need help with this!!! - by Notorious29 - 03.03.2011, 13:39
Re: Need help with this!!! - by JaTochNietDan - 03.03.2011, 13:41
Re: Need help with this!!! - by Notorious29 - 03.03.2011, 13:44
Re: Need help with this!!! - by JaTochNietDan - 03.03.2011, 13:48
[No subject] - by Notorious29 - 03.03.2011, 13:48

Forum Jump:


Users browsing this thread: 1 Guest(s)