Jump to content

Question

7 answers to this question

Recommended Posts

Posted

Atunci cand cineva alege Un Caracter apare fata aluia da?

Eu vreau ca atunci cand Selecteaza Caracteru Smoke de exemplu sa scrie pe ecran Big Smoke...

LA on playerRequesClass cand cineva face un "request" pentru un caracter sa apara un text...

Guest PlayON
Posted

Simplu...

AddClass(...);//0
AddClass(...);//1
AddClass(...);//2
AddClass(...);//3
AddClass(...);//4
OnPlayerRequestSpawn
if(classid == 0)
{
//code
}
if(classid == 1)
{
//code
}
if(classid == 2)
{
//code
}
if(classid == 3)
{
//code
}
if(classid == 4)
{
//code
}

N-avem taguri PAWN?...

Usor nu?

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.