Habe mal ne Frage: Was bedeuten die von mir ROT makierten variablen bei einem Command??
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
Habe mal ne Frage: Was bedeuten die von mir ROT makierten variablen bei einem Command??
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
ok das hat schon bissl geholfen.. aber das mit der 10 hab ich nicht verstanden.. was wird da überprüft?
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
"/mycommand" = innerhalb der Anführungszeichen sind das 10 Zeichen
ah okay, dass hat mir sehr weiter geholfen danke euch beiden