28.04.2015, 18:59
No idea why, but this line of code is just returning error "Argument Mismatch (argument 1)"
pawn Код:
CMD:spawncar(playerid, params)
{
new vehicle;
if(sscanf(params, "d", vehicle))
{
SendClientMessage(playerid, clr_White, "Why");
}
return 1;
}