28.03.2013, 14:28
1.) It's bump (bring up my post), not dumb (~stupid). ![Cheesy](images/smilies/biggrin.png)
2.) Do not bump within a few hours, please.
3.) Code below:
![Cheesy](images/smilies/biggrin.png)
2.) Do not bump within a few hours, please.
3.) Code below:
pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
for(new i=0; i<sizeof(ServerVehicle); i++)
{
if(vehicleid == ServerVehicle[i])
{
SendClientMessage(playerid, -1, "Welcome to a Server Vehicle!");
}
}
return 1;
}