SA-MP Forums Archive
Was Pawno script based on php? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Was Pawno script based on php? (/showthread.php?tid=133617)



Was Pawno script based on php? - ReactionGameServers - 13.03.2010

I am currently learning php scripting and i have noticed that pawno and php are extremely similar.

So if you are good with pawn scripting you should find php very easy btw

I am flying through php because of my pawn skills xD


Re: Was Pawno script based on php? - jamesbond007 - 13.03.2010

Quote:
Originally Posted by logicaL.
I am currently learning php scripting and i have noticed that pawno and php are extremely similar.

So if you are good with pawn scripting you should find php very easy btw

I am flying through php because of my pawn skills xD
really? awesome i will look at that too then DD


Re: Was Pawno script based on php? - `Robo - 13.03.2010

Rofl? No... you're a idiot, Pawno is based off Pawn which is based off C++...


Re: Was Pawno script based on php? - Joe Staff - 13.03.2010

Quote:
Originally Posted by `Robo
Rofl? No... you're a idiot, Pawno is based off Pawn which is based off C++...
Pawno is a program. (Also a porn site)
Quote:
Originally Posted by Compuphase
pawn is a simple, typeless, 32-bit extension language with a C-like syntax.
And it's "you're an idiot..."


Re: Was Pawno script based on php? - iLinx - 13.03.2010

PHP is an interpreted imperative/OOP language also based off C syntax ,or is at the least very similar(having known both languages myself). However, PHP and PAWN are two very different scripting languages, although they do share some function names in common (ex - strcmp, substr, fwrite, fread, fopen, etc), they run differently. Essentially, PHP is superior to PAWN, i find however that in PAWN i spend most of my time just writing code, while in PHP im probably spending more time with the actual runtime behavior/operation of the script (efficiency, security, etc)

Writing PHP App's is simple, writing efficient PHP App's when you've got hundreds of different files, classes, functions, etc working together - thats the real challenge




Re: Was Pawno script based on php? - 02manchestera - 13.03.2010

Quote:

And it's "you're an idiot..."

its both a or an

ANd i dont think so


Re: Was Pawno script based on php? - Chriham3 - 13.03.2010

Almost all languages are.


Java:

if(....)
{
// things here //
// Java don't need returns. //
}

Pawn:

if(....)
{
// things here //
return 1;
}

and other languages..


Re: Was Pawno script based on php? - mansonh - 13.03.2010

Quote:
Originally Posted by Chriham3
Almost all languages are.


Java:

if(....)
{
// things here //
// Java don't need returns. //
}

Pawn:

if(....)
{
// things here //
return 1;
}

and other languages..
No, java is just like most languages. pfffft


Re: Was Pawno script based on php? - Mike Garber - 13.03.2010

Quote:
Originally Posted by 02manchestera
Quote:

And it's "you're an idiot..."

its both a or an

ANd i dont think so
No, You're an idiot, not you're a idiot.
I'm sorry, but that's how It is.


Re: Was Pawno script based on php? - Richy_Bugger - 13.03.2010

Quote:
Originally Posted by mavtias
Quote:
Originally Posted by 02manchestera
Quote:

And it's "you're an idiot..."

its both a or an

ANd i dont think so
No, You're an idiot, not you're a idiot.
I'm sorry, but that's how It is.
You don't capitalize the "i" in "it" unless it's the beginning of a sentence or it's the name of something like a company which it probably isn't.