i am learning scripting to but i only can simple stuff as
PHP Code:
//#CLIENTSIDE
function onPlayerChats(){
return;
player.chat = "im Muted and cant talk !";
... i need a good tutorial ...
and i know some basic Var stuff as
PHP Code:
funcion onCreated() {
var.1 = "Hello World";
echo var.1;