Gravity
#2

I DON'T SAY SORRY FOR: Double post, I am not saying sorry, cause no one want to answer it.

Quote:

Is there a way to set a gravity only for a player, or a CUSTOM function.

I.G: There isn't a function to send a client message for a team, but Are custom funtions like, SendCopMessage:


SendCopMessage(color, text[]) {
for(new i = 0; i < MAX_PLAYERS; i ++) {
if(IsPlayerConnected(i)) {
if (gTeam[i] == TEAM_COPS) {
SendClientMessage(i, color, text);
}
}
}
return 1;
}

Reply


Messages In This Thread
Gravity - by Hot - 01.06.2009, 14:49
Re: Gravity - by Hot - 01.06.2009, 15:42
Re: Gravity - by Born2die - 01.06.2009, 15:48
Re: Gravity - by SpiderPork - 01.06.2009, 15:52
Re: Gravity - by Hot - 01.06.2009, 16:14
Re: Gravity - by Joske_Vermeulen - 01.06.2009, 16:37
Re: Gravity - by Hot - 01.06.2009, 16:51
Re: Gravity - by SpiderPork - 01.06.2009, 16:52

Forum Jump:


Users browsing this thread: 1 Guest(s)