Guest User

Untitled

a guest
Jul 26th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. if(realchat)
  2. {
  3. new tekst1 = strlen(text),string[256];
  4. for(new i = 0; i<tekst1; i++) { if(IsNumeric(text[i])) text[i] = '*' ; }
  5. format(string, sizeof(string), ""blue"(( "siva"IC "blue"))"siva" Igrac "blue"%s "siva"kaze: "blue"%s",GetName(playerid), text);
  6. SetPlayerChatBubble(playerid, text, 0x00E2E6FF, 100.0, 10000);
  7. ProxDetector(20.0, playerid, string,BELA2,BELA2,BELA2,BELA2,BELA2);
  8. return 0;
  9. }
  10. switch( NRIsStarted )
  11. {
  12. case true:
  13. {
  14. if( !strcmp( NRMWords, text ) )
  15. {
  16. new NRstr[ 200 ];
  17. format( NRstr, sizeof( NRstr ), ""blue"(( "siva"BT Reakcija "blue")) "siva"Igrac "blue"%s "siva"je pobjedio na "blue"reakciji", GetName(playerid));
  18. SCMTA(-1, NRstr);
  19. g_NovacPlus(playerid, PrizeCash);
  20. PlayerInfo[playerid][pExp] ++;
  21. printf("%s", NRstr);
  22. NRTimerTicker = 30;
  23. NRIsStarted = false; // fuck :))
  24. }
  25. }
  26. }
  27. return 1;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment