22.07.2013, 02:30
(
Последний раз редактировалось Yves; 22.07.2013 в 03:47.
)
the error
the code.
this is were the error is coming from
Код:
error 035: argument type mismatch (argument 2)
Код:
stock GetName(playerid) { new name[24]; GetPlayerName(playerid, name, sizeof(name)); strreplace(name, '_', ' '); return name; }
Код:
strreplace(name, '_', ' ');