Search Results
Okay thanks for the fast reply guys. Is there a hittype for OnPlayerWeaponShot or does it behave like BULLET_HIT_TYPE_PLAYER?
15,745
How many actors can we create?
15,745
Code: public OnPlayerLogin(Result:queryid, playerid)
9,360
"r" stands for "Result-ID". sql_query returns the result, but i can't give OnPlayerLogin the result id, if sql_query has to be executed first. This is the reason, why i have to write down two format ...
9,360
Does "sql_fetch_row" work? I don't know why, but it doesn't work correctly. Code: sql_query(mysqlserver, query, QUERY_THREADED | QUERY_CACHED, "OnPlayerLogin", "ri", playerid); and under OnPlayerLog...
9,360
PlayAudioStreamForPlayer(playerid, url[]); works fine... Seems that you have made a mistake. Furthermore the music files have to be mp3-file. Maybe this could fix your bug.
236
Really cool, but I think that WriteInLog would work fater if you use an identification number instead of a name
699
Hey guys, I'm working on a Clientside Application, like the Audio Plugin. Now i'm programming the code for the identification of the application with the playerid. I can't identify the player with th...
57
What is with vehicleid 0 ? if (vehicleid>0) { should be: if(vehicleid != INVALID_VEHICLE_ID)
314
pawn Код: public WantedColor(playerid){    if (IsPlayerConnected(playerid))    {                      new wantedlvl = GetPlayerWantedLevel(playerid);        if(wantedlvl <= 3...
145
It's really cool and a big step for people, who can make a plugin with this function, using a threaded file and file move system, which manage also the NPC's
933
You have to use AttachCameraToDynamicObject and not AttachCameraToObject You have made an object with the streamer, so you have also to attach the camera with the streamer's attach function. It's th...
102
As i know, "0x0059F8B4" means that your script request an object, which isn't in your custom.img or samp.img, but is written into custom.ide/samp.ide ... Deinstall SAMP. Sometime the old .img file of...
260
I love Dijkstra and it's really useful. As you said with this algorithm you can do a lot of things. We learned it at school (graph theory) and it's not only for GPS Systems. Furthermore the plugin f...
621
MY DREAMS COME TRUE, finally an Socket Plugin for Windows AND LINUX! Thank you very much, BlueG, and well done!
12,608
I have record a little bug, which happened to me the first time and I also think this is a very rarley bug, but in my view every bug should be mentioned here. Little Information: It happened than the...
165
This is as good as the textdraw editor of Zamaroht. Well done!
3,276
Hm, but for other player it's good that GetPlayerTargetPlayer doesn't work with Joypad. I'm able to detect Joypadder, when they try to shoot someone, because GetPlayerTargetPlayer returns 65356 (or so...
152