14.10.2018, 08:46
when i want to pass const string variable into TextDrawCreate it will create
error 035: argument type mismatch (argument 3)
error 035: argument type mismatch (argument 3)
PHP код:
Text:AddRemoveGTD(Float:x,Float:y,const txt[]){
return TextDrawCreate(x,y,txt);
}