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