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 - Xenon

#61
Try to find this wiki on https://web.archive.org etc. or use VC:MP syntax of this function and see what happens.
#62
You need announcer plugin and you need port forwarding everyday?

1. Yes, you need Announce plugin.
2. No, if you don't reset your router to factory settings everyday.
#63
Support / Re: Can any one help me ???
Nov 06, 2017, 04:18 AM
Try run VC:MP Browser as Administrator.
#64
"Data.sqlite" is a database - not module.
I think Tempban system by Rocky was for 0.3z R2, sq_lite module too. This script cannot work properly in retail form.
#66
Piracy is not allowed... You should buy this game.
#68
It's depends of your router model. This site can help You.
#69
Find by yourself in that board...
#70
You can't. The client does not support replacing these files. Maybe in the future updates.
#71
Web search engines is too difficult for you?...
https://www.google.com/search?q=.txd First link e. g.
#73
I ask you, did you use ReloadScripts() before this happened. Binds stop responding after scripts reload. :P
#74
try ;p
function onPlayerChat( player, text ) {
if ( !player.IsSpawned ){
MessagePlayer( "[#FF0000][ERROR] - [#F7FE2E]You have to be spawned.", player );
return 0;
}
else print( player.Name + ": " + text );
return 1;
}
#75
Did you use ReloadScripts() function?