Hey,
ich bin es Leid dauernd diese formatierungen + SendClientMessage zu schreiben
und wollte so eine Art "formatEx" scripten, aber ich bekomme nur Errors
Könnt ihr mir sagen, wie ich das machen kann?
Ich habe es so versucht:
Code
stock formatEx(playerid,color,output[], len, const format[], {Float,_}:...) {format(output, len, const format, {Float,_}:...); SendClientMessage(playerid,color,format);}
/e:
Hier die Errors:
Code
C:\Users\Narushi\Desktop\samp\New-Evolution-Reallife\pawno\include\sh12.inc(21) : error 012: invalid function call, not a valid address
C:\Users\Narushi\Desktop\samp\New-Evolution-Reallife\pawno\include\sh12.inc(21) : error 017: undefined symbol "output"
C:\Users\Narushi\Desktop\samp\New-Evolution-Reallife\pawno\include\sh12.inc(21) : error 029: invalid expression, assumed zero
C:\Users\Narushi\Desktop\samp\New-Evolution-Reallife\pawno\include\sh12.inc(21) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
Alles anzeigen