2071
Forum Games / Re: What is the person above you avatar saying?
« on: November 19, 2007, 06:47:01 PM »
This crack is good.
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.
*ahem*I could make some new types of horses, but I'd need the models. War horses, race horses, easy to make, I know, but at least I'd be helping.*ahem* Will someone make the models?
I could make some new types of horses, but I'd need the models. War horses, race horses, easy to make, I know, but at least I'd be helping.*ahem* Will someone make the models?
That there is correct.Quote//Utility_Message.csSo, you want to type /msg 130 Hello and me (BLID 130) would get a message saying "Hello"?
function servercmdmsg(%client, %target, %message)
{
%target = getclientbyid(%target);
if(%target = -1) return;
messageclient(%target, "", "\c5" @ %message);
}
function getClientByID(%idnum) {
for(%i = 0; %i < clientgroup.getcount(); %i++) {
%plyrcheck = clientgroup.getobject(%i);
if(%plyrcheck.bl_id == %idnum) return %plyrcheck;
}
return -1;
}
//Utility_Message.cs
function servercmdmsg(%client, %target, %message)
{
%target = getclientbyid(%target);
if(%target = -1) return;
messageclient(%target, "", "\c5%message")
}
function getClientByID(%idnum) {
for(%i = 0; %i < clientgroup.getcount(); %i++) {
%plyrcheck = clientgroup.getobject(%i);
if(%plyrcheck.bl_id == %idnum) return %plyrcheck;
}
}
Well, the face, you could just use the smiley one, i've made a body decal thoughPost that in the decals forum.
Top one goes to base/data/shapes/player/decals
Bottom one goes to base/client/ui/avatarIcons/decal
They're only quick edits of the Mod-Suit decal though