31.08.2011, 19:43
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp(cmdtext,"/fishhelp",true) == 0)
{
SendClientMessage(playerid, 0x300FFAAB, "Fisherman: Fisherman takes boat from base [Dock, island, what ever], types /work and goed to checkpoint. Checkpoint is in sea, he fishes here [so he needs to stay there a while[maybe drive thru markers]. Once loaded he goes to base and unloads the fish.");
return 1;
}
return 1;
}