Hallu Leute,
Ich hbe mir nen "/tfa" ([GAME]TextForAll) Befehl erstellen wollen.
Doch ingame wird nichts angezeigt.
Ich tippe "/tfs test" ein, aber es kommt nichts !
Helptmir, hier die zeilen:
if(isPlayerAnAdmin(playerid,1335))
{
if(strcmp(cmdtext,"/tfa",true)==0)
{
new string[32];
format(string,sizeof(string),"%s");
GameTextForAll(string,2000,3);
return 1;
}
}
MfG
Deagle