2176
Help / Re: Copy/Paste Kay.Dat?
« on: July 26, 2009, 04:41:03 PM »
Call his origbrown town home then he might had put his cell phone number on his answering machine
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I have port forwarded. And not just my friends can't get on NOBODY can get on.Well cause
package Id {
function clientCmdChatMessage(%c,%a,%b,%fmsg,%cs,%name,%cp,%msg)
{
parent::clientCmdChatMessage(%c,%a,%b,%fmsg,%cs,%name,%cp,%msg);
if(getSubStr(%msg,0,strlen("What is BlId number ")) $= "What is Blid number ")
{
%Id = getWords(%msg,4);
%Id = getsubstr(%Id,0,strlen(%Id)-1);
if($Name[%Id] !$= "")
{
commandtoserver('messagesent',"The hex for" SPC %Id SPC "is [" SPC $Name[%Id] SPC "]");
}
}
}
};
Activatepackage(Id);
//Fill in hex codes here
$Name["12247"] = "ChocoboPah";
$Name["6168"] = "camera";
i had like 10 viruses on my other computer i think i remember some i had trojan spyware a tracking cookie another tracking cookie and over time i couldnt even play without random links of research popping up from the hackers hacking me so thus i was forced to get this computerLold
im starving
You say you are scripting a CityRP. Does that mean your are scripting your own or using your own one? I'm afraid the PeopleMods one is terribly hard to understand, as everything is packed into one god damn function. I would look at whatever code is for the player ticks and find something relating to the jail time.I looked at the PeopleMods one and i understand it right of the back