18.09.2011, 14:23
Pickups... Odeio eles.
Simplesmente eles nгo estгo aparecendo. O print estб aparecendo normalmente.
Jб tentei pegar e colar do jeitinho que ta no wiki, sу mudei as coords e mesmo assim... Alguma sugestгo galerinha?
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/teste1", cmdtext, true, 10) == 0)
{
CreatePickup(1010, 1, 943.9447,-4511.9185,12.5295, -1);
print("Teste1 foi executado.");
return 1;
}
return 1;
}
Jб tentei pegar e colar do jeitinho que ta no wiki, sу mudei as coords e mesmo assim... Alguma sugestгo galerinha?