06.02.2015, 19:47
Код:
if( newkeys == KEY_SPRINT ) { printf("IstrintiInformacija(%d);", playerid); TextDrawHideForPlayer(playerid, InformacijosDezute[playerid]); TextDrawDestroy(InformacijosDezute[playerid]); } return 1; }
if( newkeys == KEY_SPRINT ) { printf("IstrintiInformacija(%d);", playerid); TextDrawHideForPlayer(playerid, InformacijosDezute[playerid]); TextDrawDestroy(InformacijosDezute[playerid]); } return 1; }
TextDrawHideForPlayer(playerid, InformacijosDezute[playerid]); TextDrawDestroy(InformacijosDezute[playerid]);
Код:
TextDrawHideForPlayer(playerid, InformacijosDezute[playerid]); TextDrawDestroy(InformacijosDezute[playerid]); |
new Text:Textdrawname[MAX_PLAYERS];
if(newkeys == KEY_SRPINT)
if(newkeys & KEY_SPRINT)