18.08.2011, 01:39
i get
in compile
Line 747:
Line 748:
Line 756:
pawn Код:
D:\Users\Tanush\Desktop\SA-MP Server Stunt\gamemodes\Vercetti.pwn(747) : warning 202: number of arguments does not match definition
D:\Users\Tanush\Desktop\SA-MP Server Stunt\gamemodes\Vercetti.pwn(748) : warning 202: number of arguments does not match definition
D:\Users\Tanush\Desktop\SA-MP Server Stunt\gamemodes\Vercetti.pwn(756) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Warnings.
Line 747:
pawn Код:
if(GetPlayerHealth(playerid) == 100) return SendClientMessage(playerid,red,"ERROR: You are too full to eat snacks.");
pawn Код:
SetPlayerHealth(playerid,GetPlayerHealth(playerid)+20);
pawn Код:
if(GetPlayerHealth(playerid) == 100) return SendClientMessage(playerid,red,"ERROR: You are too full to drink sprunk.");