18.02.2009, 23:20
use this and tell me what happens
pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
print("hmm");
if (vehicleid == 498)
{
SendClientMessage(playerid, COLOR_ORANGE, "== Congrats You Found The Weapon Van!");
GivePlayerWeapon(playerid, 37, 250);
}
print("very interesting");
}