04.03.2013, 16:38
I got the idea, but let's go a little bit more advanced.
Let's take the following and try to make it compatible with what you just said;
I think I can't store 50 pickup ids in the same variable, correct me if I am wrong.
By the way, I feel bad somehow I don't know why; sorry if I somehow made you feel like "Do this do that".
Just looking for the way to make this ( This will solve so many things )
Let's take the following and try to make it compatible with what you just said;
pawn Код:
if (strcmp("/createhouse", cmdtext, true, 10) == 0)
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
CreatePickup(1273, 1, x, y, z, 0);
return 1;
}
By the way, I feel bad somehow I don't know why; sorry if I somehow made you feel like "Do this do that".
Just looking for the way to make this ( This will solve so many things )