01.07.2013, 10:15
hi i tried to make the cmds /healme but it gave
by adding this line
but it gave me a error
when i compiled
by adding this line
Quote:
//--------------------------------- CMD:"healme(playerid,params[]) { SendClientMessage(playerid, 0x33CCFFAA, " Health restored for 500$! "); SetPlayerHealth(playerid, 100); GivePlayerMoney(playerid, -500); return 1; } //---------------------------------- |
Quote:
C:\games\GTA SanAndreas\SeRveR SaMp\gamemodes\letstestyou.pwn(334) : error 037: invalid string (possibly non-terminated string) C:\games\GTA SanAndreas\SeRveR SaMp\gamemodes\letstestyou.pwn(339) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors. |