Was Pawno script based on php?
#1

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
Reply
#2

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
Reply
#3

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

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..."
Reply
#5

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

Reply
#6

Quote:

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

its both a or an

ANd i dont think so
Reply
#7

Almost all languages are.


Java:

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

Pawn:

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

and other languages..
Reply
#8

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
Reply
#9

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.
Reply
#10

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)