Also bei mir kommt das Problem:
C:\Program Files\Rockstar Games\GTA SA SAMP\gamemodes\monster.pwn(111) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Mein Codeschnipsel:
//---------------------------------------------------------
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/help", cmdtext, true, 10) == 0)
{
SendClientMessage( COLOR_YELLOW, "Fragen nach hilfe");
return 1;
}
return 0;
}
//---------------------------------------------------------
Was is da falsch?
Edit: habe#pragma tabsize 0