[FilterScript] SimpleDialog
#1

Hello, thanks for having a look at my first Filterscript, this can also be a script, I just made it a filterscript, since there's alot of noobs who don't know how to put it in their script, please don't hate & no I did not steal this I made it, be sure to have the right includes, its just a simple filterscript/script enjoy.

Picture:





Download
Reply
#2

This is more of a snippet than filterscript
Reply
#3

Ahaha, this is FS? No, no FS - this is simple command with unneeded includes.
On script use
PHP код:
#include <a_samp>
#include <ZCMD>
CMD:dialog(playeridparams[])
{
    
#pragma unused params
    
return ShowPlayerDialog(playeriddialogidresponse"Name""Text""B1""B2");

or
PHP код:
#include <a_samp>
#include <ZCMD>
CMD:dialog(playeridparams[]) return ShowPlayerDialog(playeriddialogidresponse"Name"params"B1""B2"); 
or
PHP код:
#include a_samp
public OnPlayerCommandText(playeridcmdtext[])
{
    if(
strcmp(cmdtext"/cmdname"true) != 1) return ShowPlayerDialog(playeriddialogidresponse"Name""Text""B1""B2");

That's not script, this simple code (2).
Reply
#4

It's a very easy script should not even post it .. but anyway you are a beginner ..
Reply
#5

Thank, you sky, you seem to be the only one who's being nice and yes, I am a beginner ! So ofc, I would not know all that, lol why -REP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)