Search Results
Quote: Originally Posted by AbyssMorgan Did you see eye streamer? PHP код: CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = ...
145
Maybe pawn Код: if ( OnAnimsMenu [ playerid ] ){      if ( AutdoNOS [ playerid ] )      {            // your code...      }}
171
{ if ( OnAnimsMenu [ playerid ] ) if ( AutdoNOS [ playeri ] ) { It's because you wrote if after if statement, no brackets.
171
You are missing 'd' character in playerid...
171
Show me which line is 264, because all errors are on that line.
171
You can't use playerid in this stock, because on the top of your stock, you haven't defined it. House_Refresh(houseid), only houseid, no playerid.
148
Well, then you can increase stream distance. in func. CreateDynamicObject() CreateDynamicObject(objectid, x, y, z, rx, ry, rz, stream_distance); Last parameter has default of 100, so you can increase ...
145
Or you can create objects that hold vehicles (ground objects) using CreateObject, not CreateDynamicObject.
145
"Actors are designed to just stand somewhere, for example cashiers and bartenders. They can perform animations (once or looping) using ApplyActorAnimation." No, you can't.
79
I was trying to search for such object ids like vehicles, but didn't find anything... I don't think it's possible, because I tried to create object by entering "429" (it is Banshee's model), in object...
131
Quote: Originally Posted by Brandon001 One problem. public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid, bodypart) (16923) : error 025: function heading differs from p...
78
I think, in SCM you should write quotation marks inside your message like : \" Example: (SCM or)SendClientMessage(playerid, color, " blah blah blah \" Ha Ha \" blah blah blah "); Output in server: b...
112
6 months ago, when I dowloaded ZCMD, I did the same as you, because I thought it's faster etc.. But then SA-MP started to give me Unknown command. I realized, that when you return 1 on CMD, command wo...
114
I'm not sure, but return in ZCMD should always contain 1. You use like return SendClientMessage.... Maybe try sending a message and then return 1.
114
Damn totaly forgot dat keyword. Thank you!
131
Hi, I haven't scripted for awhile, so I forgot many things... Here are lines, which cannot be executed: pawn Код: new query[200];        mysql_format(sql,query,200,"INSERT INTO `accounts` (`Sk...
131