02.06.2011, 17:20
Argh, I am doing my first script but it is not working, what is the problem?
I get this: ER\Gamem\The Godfather\gamemodes\gf.pwn(2623
: error 010: invalid function or declaration
This is really my first dont be mad
Код:
26238 if strcmp("/heal", cmdtext, true, 10) == 0)
26239 {
26240 SetPlayerHealth(playerid,100);
26241 SendClientMessage(playerid,"You have been healed!");
26242 Return 1;
26243}
: error 010: invalid function or declarationThis is really my first dont be mad


