08.05.2012, 12:27
well you need to read more,
you should try to trouble shoot these easy things yourself,
it will only help you be a better scripter!
You have been on the forums for some time, and should know these basic things!.
you should try to trouble shoot these easy things yourself,
it will only help you be a better scripter!
You have been on the forums for some time, and should know these basic things!.
pawn Код:
CMD:createhouse(playerid, params[])
{
HouseEnter[id] = AddStaticPickup(1273, -1, x, y, z, 0);
}
CMD:buy(playerid, params[])
{
DestroyPickup(HouseEnter[id]);
}