20.08.2016, 21:45
Hi !
1. I need some help with some variables. For example, I have pJob variable default 0. I use /getjob, pJob gets a value (jobid) 1,2,3,4,5... After relog(sometimes), dead(sometimes) or few time it disappear. Gets pJob value 0 again. I searched for pJob = 0; on the entire gamemode and i didn't find anything. The same problem with skins, i will be spawned after dead with a random skin event if i don't use a random function.
2. I use a count function to see how many players are playing paintball. InPaint[playerid] = 1; when a player is entering in area. Sometimes the player gets value 1 and sometimes he needs to enter for two, three times to gets that value, why?;
Any ideas ?
1. I need some help with some variables. For example, I have pJob variable default 0. I use /getjob, pJob gets a value (jobid) 1,2,3,4,5... After relog(sometimes), dead(sometimes) or few time it disappear. Gets pJob value 0 again. I searched for pJob = 0; on the entire gamemode and i didn't find anything. The same problem with skins, i will be spawned after dead with a random skin event if i don't use a random function.
2. I use a count function to see how many players are playing paintball. InPaint[playerid] = 1; when a player is entering in area. Sometimes the player gets value 1 and sometimes he needs to enter for two, three times to gets that value, why?;
Any ideas ?