31.08.2011, 19:08
Hi, i made this script but it doesn't work, can someone help me, here is the script:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/fishhelp", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid, 0x000000, "Fisherman: Fisherman takes boat from base [Dock, island, what ever], \r types /work and goed to checkpoint. Checkpoint is in sea, he fishes here \n [so he needs to stay there a while[maybe drive thru markers]].\n Once loaded he goes to base and unloads the fish.\n ");
return 1;
}
return 0;
}