How to add TEXTURE Map to script
#1

Hey guys,

I found a really nice mapping on SA:MP Forums for an interior with textures etc. But I have no idea how to add it onto the script properly as it doesnt compile.

This is what I get: error 017: undefined symbol "retexture"
Reply
#2

You need to define the variable. Just add at the beginning of the code:

pawn Код:
new retexture;
Reply
#3

Quote:
Originally Posted by Jaxson
Посмотреть сообщение
You need to define the variable. Just add at the beginning of the code:

pawn Код:
new retexture;
Thanks buddy!

Rep+
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)