Hi breadfishe
Ich bekomme einen Error aber keine Ahnung wieso.
ErrorS:
C:\Users\felix\Desktop\GTA Zeug\DarkEnergie\DarkEnergie\gamemodes\GM10.pwn(36470) : error 047: array sizes do not match, or destination array is too small
C:\Users\felix\Desktop\GTA Zeug\DarkEnergie\DarkEnergie\gamemodes\GM10.pwn(36516) : error 047: array sizes do not match, or destination array is too small
Code Zeile 1:
aktion = strtok(cmdtext, idx);
if(!strlen(aktion))
{
SendClientMessage(playerid, COLOR_GRAD1, "Benutzung: /produkte kaufen [Anzahl]");
SendClientMessage(playerid, COLOR_GRAD1, "*Preis pro Produkt: 50$, Maximale Produkte: 100");
return 1;
}
Code Zeile 2:
aktion = strtok(cmdtext, idx);
if(!strlen(aktion))
{
SendClientMessage(playerid, COLOR_GRAD1, "Benutzung: /produkte verkaufen [Anzahl]");
return 1;
}