Raised This Month: $ Target: $400
 0% 

Code, that does tray after player


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Backstabnoob
BANNED
Join Date: Feb 2009
Location: Iwotadai Dorm
Old 05-08-2013 , 12:03   Re: Code, that does tray after player
Reply With Quote #6

Quote:
Originally Posted by Kia View Post
PHP Code:
new const szSprite[] = "sprites/wasabi.spr" 
.
.
.
PHP Code:
precache_model(szSprite
.
.
.
PHP Code:
write_short(szSprite
Um, you are aware that szSprite is a string, not short right?

Not sure but I think it needs the sprite index instead.

Code:
new const szSprite[ ] = "sprites/wasabi.spr" new iSprIndex public plugin_precache( ) {     iSprIndex = precache_model( szSprite ) } write_short( iSprIndex )
Backstabnoob is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:50.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode