Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Alpays

#16
nice
#17
Its so default you can add Killing Spree messages custom vehicles & weapons minigames like races etc etc and there is no timer on /heal command players can heal anytime you should improve
#18
Quote from: Sonmez on Jul 12, 2020, 01:40 PM
Quote from: SonmezTR on Jul 10, 2020, 12:17 PMWhat is SetGreenScanLines please someone explain guys. :s
Who the f**is this guy?

you
#19
Quote from: habi on Jun 22, 2020, 03:04 PMHi Alpays, could you try this new dll file

actor64.dll

I have disabled certain functions, which interacts with server code.

List of available functions
create_actor( ... )
set_actor_angle( ... )
kill_actor(...)
spawn_actor(...)
set_port("..")
PlayFile("filename",actorid)
GetPlayerIDActor( actorid )
IsActor( int playerid )
GetActorID( int playerid )
correct_actor_pos
set_actor_health( int actorid, int newhealth )

Thanks you very much working now
#20
My server crashes tried in blank server too
#22
I Want to create car selling mission but i dont know how to create random integer between a and b can someone help?
#23
Quote from: Eva on May 11, 2020, 05:29 PMi did set_port("2005");
then create_actor("Edward",1,-656,756,11.2,0);


Happened to me moved store folder and fixed but Bot didnt spawned deleted some of my codes and bot spawned
#24
Im using Anik's Registration system but its not saving cash can someone code cash save system for me Im using sqlite also sorry I opened so topics but Im new
#25
For example I want players use  /abc command if they are in 4th class
#26
the index "NumTok" does not exist Please help!
#27
Quote from: Sebastian on Apr 07, 2020, 07:41 PMhttp://wiki.thijn.ovh/index.php?title=Main_Page

ID References - Skins

So Thanks to you finally i found a skin list with Tommy's outfits
#28
How to change Tommy Vercetti's outfits?

For example

function onPickupPickedUp( player, pickup )
{   
  if ( pickup.Model == 409 )
  {
  player.Skin = (Tommy's ID)
  }

 what should i write (btw i didnt find any skin id for vercetti)
#29
Quote from: Alpays on Mar 30, 2020, 03:34 PM
Quote from: Doom_Kill3R on Mar 30, 2020, 03:29 PMA player's unique world is a special world for that player where only he will see the stuff.

Lets say you set a marker's world to player.UniqueWorld, then only THAT player will see the marker, and nobody else would.

Thanks but how can i use playeruniqueworld

CreateMarker(1, player.UniqueWorld( -597.398, 670.632, 11.3937  ), 5,RGB(255, 255, 0),11);
i tried this and didnt work

I fixed my mistake  CreateMarker(player.UniqueWorld,Vector( x,y,z  ),
#30
Quote from: Doom_Kill3R on Mar 30, 2020, 03:29 PMA player's unique world is a special world for that player where only he will see the stuff.

Lets say you set a marker's world to player.UniqueWorld, then only THAT player will see the marker, and nobody else would.

Thanks but how can i use playeruniqueworld

CreateMarker(1, player.UniqueWorld( -597.398, 670.632, 11.3937  ), 5,RGB(255, 255, 0),11);
i tried this and didnt work