Scripting Help
#1

I need cmds if i do example /hide player will hide on map can to send mee the code ?
Reply
#2

CAN TO HELP MEE ?
Reply
#3

There you go:

pawn Код:
command(hide,playerid,params[])
{
SetPlayerColor(playerid, 0xFFFF0000);// The last 2 zeros at the end make it transparent/invisible
return 1;
}
Reply
#4

command(unhide,playerid,params[])
{
SetPlayerColor(playerid, 0xF0F8FFAA);// The last 2 zeros at the end make it transparent/invisible
return 1;
}
Unhide :P
Reply
#5

I am not understand :P
send it again
Reply
#6

anymore ?
Reply
#7

They gave you, Just edit it
Reply
#8

pawn Код:
if(!strcmp(cmdtext, "/iwannaplayhideanseek", true))
{
     SetPlayerColor(playerid, 0xF0F8FFAA);// The last 2 zeros at the end make it transparent/invisible (as golimad said)
     return 1;
}
Reply
#9

Quote:
Originally Posted by AIped
Посмотреть сообщение
pawn Код:
if(!strcmp(cmdtext, "/iwannaplayhideanseek", true))
{
     SetPlayerColor(playerid, 0xF0F8FFAA);// The last 2 zeros at the end make it transparent/invisible (as golimad said)
     return 1;
}
Lol i said it first, but thanks for "translating" to strcmp
Reply
#10

RealHobo, It's fine, They all do it after all.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)