20.09.2014, 20:32
Cуdigo:
Erro:
Obs: Й textdrawn global.
pawn Код:
new Text:Textdraw0;
public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid){
if(playertextid == Textdraw0){
SendClientMessage(playerid, 0xFFFFFFAA, "LOL VOCК CLICOU NA TEXTDRAW \"welcomeText\".");
CancelSelectTextDraw(playerid);
}
return 1;
}
pawn Код:
C:\Users\Edilson\Downloads\SA-MP Dayz\gamemodes\GM.pwn(175) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.