Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot General Programming SCM()

 
  • 0 Vote(s) - 0 Average
SCM()
Awide
Offline

Burgershot Member
Posts: 62
Threads: 5
Joined: Sep 2019
Reputation: 5
#5
2021-07-10, 09:20 AM
(2021-07-09, 09:32 PM)Kwarde Wrote:
(2021-06-27, 09:46 AM)Awide Wrote: jokes on you all haters i use SCM to split long messages 

*grabs popcorn*
Code:
hook function SendClientMessage(playerid, color, const message[])
{
    if (strlen(message) <= 144)
    {
        return continue(playerid, color, message);
    }

    //Message split code goes here

    return ~IsPlayerConnected(playerid);
}

There, no need to use seperate functions.

But I can, and I do.
Desolation Roleplay has closed. You can download the gamemode here: https://www.burgershot.gg/showthread.php?tid=2272
« Next Oldest | Next Newest »



Messages In This Thread
SCM() - by Awide - 2021-06-27, 09:46 AM
RE: SCM() - by BigETI - 2021-06-29, 04:17 PM
RE: SCM() - by Otakeiro - 2021-07-03, 02:37 AM
RE: SCM() - by Kwarde - 2021-07-09, 09:32 PM
RE: SCM() - by Awide - 2021-07-10, 09:20 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald

Linear Mode
Threaded Mode