Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(realchat)
- {
- new tekst1 = strlen(text),string[256];
- for(new i = 0; i<tekst1; i++) { if(IsNumeric(text[i])) text[i] = '*' ; }
- format(string, sizeof(string), ""blue"(( "siva"IC "blue"))"siva" Igrac "blue"%s "siva"kaze: "blue"%s",GetName(playerid), text);
- SetPlayerChatBubble(playerid, text, 0x00E2E6FF, 100.0, 10000);
- ProxDetector(20.0, playerid, string,BELA2,BELA2,BELA2,BELA2,BELA2);
- return 0;
- }
- switch( NRIsStarted )
- {
- case true:
- {
- if( !strcmp( NRMWords, text ) )
- {
- new NRstr[ 200 ];
- format( NRstr, sizeof( NRstr ), ""blue"(( "siva"BT Reakcija "blue")) "siva"Igrac "blue"%s "siva"je pobjedio na "blue"reakciji", GetName(playerid));
- SCMTA(-1, NRstr);
- g_NovacPlus(playerid, PrizeCash);
- PlayerInfo[playerid][pExp] ++;
- printf("%s", NRstr);
- NRTimerTicker = 30;
- NRIsStarted = false; // fuck :))
- }
- }
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment