15.09.2010, 15:52
(
Последний раз редактировалось [NoV]LaZ; 24.04.2011 в 12:10.
)
Guess not, since he gave you an incorrect example.
CreateObject returns the ID of the object that was created, so your code should look something like this:
________
Gay Asian
CreateObject returns the ID of the object that was created, so your code should look something like this:
pawn Код:
new gate;
...
public OnGameModeInit( )
{
gate = CreateObject( ... );
....
return 1;
}
Gay Asian