Crime Life Roleplay
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Hello I' makeing a nice new clean trunk system..

3 posters

Go down

Hello I' makeing a nice new clean trunk system.. Empty Hello I' makeing a nice new clean trunk system..

Post  Comesee Thu Jan 06, 2011 2:24 pm

So first of all is you can put a player in trunk, he will be teleported to trunks interior and he will be animed if another player will cuff him.. So it will be very nice fs with open doors system, trunk and stuff.

1st. Will be cuff system with buddy system.
2nd. teleport with command to trunk.
3rd. Player take out buddy and drops him down to cliff...


So I think you liked this one.. So If you have some ideas give it to me Smile Very Happy


But it wont be fast because I have exams in my University.
Comesee
Comesee
Admin

Posts : 28
Points : 44
Respect : 3
Join date : 2010-12-31
Age : 33
Location : Latvia,Ventspils-Riga

http://cronus.id.lv

Back to top Go down

Hello I' makeing a nice new clean trunk system.. Empty Re: Hello I' makeing a nice new clean trunk system..

Post  Admin Thu Jan 06, 2011 2:51 pm

We have trunk open feature /boot and /bonnet we also have /trunk feature. But we don't have dragging body in trunk feature and also the interior
Admin
Admin
Admin

Posts : 151
Points : 100086
Respect : 3
Join date : 2010-12-17

https://crimeliferoleplay.forumotion.com

Back to top Go down

Hello I' makeing a nice new clean trunk system.. Empty Re: Hello I' makeing a nice new clean trunk system..

Post  Comesee Thu Jan 06, 2011 2:55 pm

Admin wrote:We have trunk open feature /boot and /bonnet we also have /trunk feature. But we don't have dragging body in trunk feature and also the interior

Okay then I will make all that stuff but one thing can you come in chat please Smile
Comesee
Comesee
Admin

Posts : 28
Points : 44
Respect : 3
Join date : 2010-12-31
Age : 33
Location : Latvia,Ventspils-Riga

http://cronus.id.lv

Back to top Go down

Hello I' makeing a nice new clean trunk system.. Empty Re: Hello I' makeing a nice new clean trunk system..

Post  Admin Thu Jan 06, 2011 3:11 pm

[pawn]if(RegistrationStep[playerid] == 1)
{
new idx;
tmp = strtok(text, idx);
if((strcmp("male", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("male")))
{
PlayerInfo[playerid][pSex] = 1;
SendClientMessage(playerid, COLOR_YELLOW2, "Ok, so you are a Male.");
SendClientMessage(playerid, COLOR_LIGHTRED, "What is your birthdate? (Use dd/mm/yyyy)");
new maleskin;
maleskin = random(sizeof(CivMalePeds));
SetPlayerSkin(playerid, maleskin);
PlayerInfo[playerid][pChar] = maleskin;
RegistrationStep[playerid] = 2;
return 0;
}
else if((strcmp("female", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("female")))
{
PlayerInfo[playerid][pSex] = 2;
SendClientMessage(playerid, COLOR_YELLOW2, "Ok, so you are a Female.");
SendClientMessage(playerid, COLOR_LIGHTRED, "What is your birthdate? (Use dd/mm/yyyy)");
new femaleskin;
femaleskin = random(sizeof(CivFemalePeds));
SetPlayerSkin(playerid, femaleskin);
SetPlayerSkin(playerid, femaleskin);
RegistrationStep[playerid] = 2;
return 0;
}
else
{
SendClientMessage(playerid, COLOR_LIGHTRED, "Are you a Male or Female? (Type in what you are).");
}
return 0;
}[/pawn]
Admin
Admin
Admin

Posts : 151
Points : 100086
Respect : 3
Join date : 2010-12-17

https://crimeliferoleplay.forumotion.com

Back to top Go down

Hello I' makeing a nice new clean trunk system.. Empty Re: Hello I' makeing a nice new clean trunk system..

Post  Michael Bastos Sat Jan 08, 2011 5:06 pm

but It's already there

Michael Bastos
Newcomer
Newcomer

Posts : 17
Points : 17
Respect : 0
Join date : 2010-12-31

Back to top Go down

Hello I' makeing a nice new clean trunk system.. Empty Re: Hello I' makeing a nice new clean trunk system..

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum