Object error
#1

Код:
        new tent;
        tent = CreateObject(3243, 1488.729248, 1765.293090, 13.570698, 0.0, 0.0, 0.0, 300.0);
        SetObjectMaterial(tent, 1, 3095, "cj_ammo_net", "CJ_cammonet", 0);*/
Код:
C:\Users\Korisnik\Desktop\Kruno programi\Zombie RP\gamemodes\RPing.pwn(749) : error 017: undefined symbol "SetObjectMaterial"
C:\Users\Korisnik\Desktop\Kruno programi\Zombie RP\gamemodes\RPing.pwn(751) : warning 217: loose indentation
C:\Users\Korisnik\Desktop\Kruno programi\Zombie RP\gamemodes\RPing.pwn(748) : warning 204: symbol is assigned a value that is never used: "tent"
I beg of oyu,just help me
Reply
#2

You just pasted the same code twice and didn't say what the error specifically was. Please explain
Reply
#3

Quote:
Originally Posted by mamorunl
Посмотреть сообщение
You just pasted the same code twice and didn't say what the error specifically was. Please explain
Sorry.
Reply
#4

Hello!

Can you try this version?

PHP код:
new tent;
        
tent CreateObject(32431488.7292481765.29309013.5706980.00.00.0300.0);
        
SetObjectMaterial(tent13095"cj_ammo_net""CJ_cammonet"0); 
- Mencent
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)