12.10.2011, 17:52
(
Last edited by davve95; 13/10/2011 at 03:54 PM.
)
Hi!
Sorry for very weird question but i'm new with scripting anyway here is my problem:
I have type in:
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("Blank Script");
AddPlayerClass(50,1540.8580,-841.5468,64.3361,92.3168,342,0,0,0,0,0);
AddPlayerClass(34,1535.6891,-885.2205,57.6575,315.5768,342,0,0,0,0,0); // spawn 2
AddPlayerClass(89,1468.2552,-906.1782,54.8359,3.2666,342,0,0,0,0,0); // spawn 3
But when I spawn I don't get that skin etc.. Does I have to code some more?? If I have to, tell me
Edit: Btw I have all the others code in the "mall" In Pawno
Sorry for very weird question but i'm new with scripting anyway here is my problem:
I have type in:
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("Blank Script");
AddPlayerClass(50,1540.8580,-841.5468,64.3361,92.3168,342,0,0,0,0,0);
AddPlayerClass(34,1535.6891,-885.2205,57.6575,315.5768,342,0,0,0,0,0); // spawn 2
AddPlayerClass(89,1468.2552,-906.1782,54.8359,3.2666,342,0,0,0,0,0); // spawn 3
But when I spawn I don't get that skin etc.. Does I have to code some more?? If I have to, tell me
Edit: Btw I have all the others code in the "mall" In Pawno