11.12.2014, 03:19
Quote:
You are using it wrong sir.
Its PlayerStat[playerid][pMuted], not pMuted[playerid]. PHP код:
This tutorial taught me better use of Enumerators, this will help you too. https://sampforum.blast.hk/showthread.php?tid=318307 |
pawn Код:
if(id == playerid) return SendClientMessage(playerid, RED,"You cannot use this command on yourself!");
if(id == INVALID_PLAYER_ID) SendClientMessage(playerid,RED,"Player not found!");
Код:
C:\Documents and Settings\Vicki\Desktop\josh\SCRIPTING\TDM\gamemodes\LSGW.pwn(382) : error 035: argument type mismatch (argument 2) C:\Documents and Settings\Vicki\Desktop\josh\SCRIPTING\TDM\gamemodes\LSGW.pwn(383) : error 035: argument type mismatch (argument 2) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.