Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
index out of bounds thì chắc là chưa check connected player rồi, thử đưa class ra đây xem nào
nhưng không rõ nguyên nhân.public zp_user_infected_post(id)
{
if (zp_get_user_zombie(id))
{
g_Haswp[id] = false
{
if(zp_get_user_survivor(id))
{
g_haswp[id] = true
}
}
}[COLOR="Silver"]
[SIZE=1]---------- Post added at 09:44 ---------- Previous post was at 09:42 ----------[/SIZE]
[/COLOR]cho mình hỏi để gán 1 súng cho survivor thì mình nên thêm code này đúng ko vậy?
[code]
public zp_user_infected_post(id)
{
if (zp_get_user_zombie(id))
{
g_Haswp[id] = false
{
if(zp_get_user_survivor(id))
{
g_haswp[id] = true
}
}
}
if(zp_get_user_survivor(id))
g_haswp[id] = true
else
