View Single Post
  #11  
Old 05-08-2012, 05:41 AM
Fysez Fysez is offline
Banned
Join Date: Apr 2012
Posts: 89
Fysez has a little shameless behaviour in the past
Alright so I did have a little help.
But for some reason even the help couldn't find this problem?

function onActionserverside(NULL) {
switch (params[0]) {
case "givekey": {
if (clientr.quest1 == NULL){
clientr.quest1=1;
clientr.items.key1=1;}
}
break;
}
}
//#CLIENTSIDE
function onPlayertouchsme() {
player.chat = "Test";
message Test;
triggerserver("gui", name, "givekey");
}

This doesn't set anything into my flags. Why???
Reply With Quote