Detaljan opis problema: Radim moju koamndu /me pa me nesto warninzi zezaju 😄
Dio skripte: CMD:me(playerid, params[])
{
new action;
if(sscanf(params,"u",action)) return SCM(playerid, COLOR_ORANGE, " Usage: /me "," Upotreba: /me ");
new string;
format(string, sizeof(string), "* %s: %s",GetPlayerName(playerid),action);
SendClientMessageToAll(COLOR_PURPLE, string);
return 1;
}
Warninzi koji dobijem:
D:\Infinity Freeroam\gamemodes\infinitygm.pwn(1827) : warning 202: number of arguments does not match definition
D:\Infinity Freeroam\gamemodes\infinitygm.pwn(1827) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Warnings.Slike: /