1
mIRC/pawn Scripting / Re: PutDirectlyInVehicle didn't work?
« on: March 21, 2011, 11:27:11 am »
can work ?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
public OnPlayerPickedUp(pickupid, playerid)
{
if(pickupid == 1) {
SendClientMessage(playerid,COLOR_GREEN,"use /c jobs to view jobs list");
}
return 1;
if(pickupid == 2) {
SendClientMessage(playerid,COLOR_GREEN,"you have drank a full bottle of beer");
SetPlayerDrunk(playerid,300,true);
}
return 1;
}