26.02.2010, 02:08
I created a pickup near the ship in San Fierro, the Navy. But it simply does not appear! How to make it appear?
OBS: Here is the code:
OBS: Here is the code:
Код:
new infocasa;//on top
infocasa = CreatePickup(1239, 19, -1908.2054443359, 882.11743164063, 35.171875, -1);//in OnFilterScripInit
if(pickupid == infocasa)//in OnPlayerPickupPickup
{
SendClientMessage(playerid, COLOR_LARANJA, "Vocк estб nas redondezas da famosa Casa de ADM");
SendClientMessage(playerid, COLOR_LARANJA, "Como jб deve saber, se entrar nela sem permissгo, poderб ser atй banido");
SendClientMessage(playerid, COLOR_LARANJA, "Portanto, tome cuidado");
}
return 1;


