Disable things
#1

Hello, this questions cant be difficult for the most people here, but i dont understand a fuck of it!
didn't find it somewere in the forum so I ask it!
how can i disable something like: nitro or whatever i want, I tried it with a Bool but everything it only works for me and not for the whole server!
how can I make something like a bool for the whole server!?
thanks...
Reply
#2

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++ )
{
//Put the Bool Here and replace playerid with i
}
Example:
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++ )
{
GivePlayerMoney(i,500);
}
This gives all players $500.
Reply
#3

Thanks gonna look if it works!
Reply
#4

This good, but when ppl logging it get resseted for them, is there an easier way?
but thanks man I was looking for something like that a while!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)