View Single Post
JocAnis
Veteran Member
Join Date: Jun 2010
Old 04-05-2019 , 18:03   Re: Displaying a menu on user's connect
Reply With Quote #3

when you go:

Code:
new bool:firsttime[33]
that means its false to all players...so:
Code:
if(firsttime[id]) 
{ 
       Menu(id); 
}
wont be ever executed..i guess (but ye also i think post for spawn is better)
__________________
KZ Public Autocup - PrimeKZ

My blog: http://primekz.xyz (in progress...) - not active (dec 2022)

Last edited by JocAnis; 04-05-2019 at 18:04.
JocAnis is offline