A peice of script to Refresh an interior
#4

You should learn to use the libraries mentioned above.

This will simply set their interior to the one they are using.
You could also just set it to zero.
pawn Код:
if(!strcmp(cmdtext,"/refresh",true))
{
    new
        interior = GetPlayerInterior(playerid);
    SetPlayerInterior(playerid, interior);
    SendClientMessage(playerid, -1, "Interior refreshed.");
    return 1;
}
Reply


Messages In This Thread
A peice of script to Refresh an interior - by banner - 17.04.2012, 04:14
Re: A peice of script to Refresh an interior - by ReneG - 17.04.2012, 04:16
Re: A peice of script to Refresh an interior - by banner - 17.04.2012, 04:20
Re: A peice of script to Refresh an interior - by ReneG - 17.04.2012, 12:13

Forum Jump:


Users browsing this thread: 1 Guest(s)