Skripta koju koristim:Moj DM mod od 0
Detaljan opis problema:Imam 1 error
(C:\Users\a\Desktop\samp037_svr_R2-1-1_win32\gamemodes\TS.pwn(91) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Deo skripte:
public OnPlayerCommandPerformed(playerid,cmdtext[],success)
{
if(!success) return SendClientMessage(playerid,"[ NEPOZNATA KOMANDA ]");
return 1;
}
