Thread: Stefan...
View Single Post
  #6  
Old 04-23-2001, 01:36 AM
FxChiP FxChiP is offline
Registered User
Join Date: Mar 2001
Location: Pittsburgh, PA
Posts: 451
FxChiP is on a distinguished road
Send a message via ICQ to FxChiP Send a message via AIM to FxChiP
Grr

Damn it, I already know how to parse strings, I'm just asking if it's alright to use in a non-p2p server.

Besides, if you're gonna warp x/y, you don't have to use tokenize2... watch:

NPC Code:

if (playerchats) {
tokenize #c;
}

if (strequals(#t(0),warptopoint)) {
playerx = strtofloat(#t(1));
playery = strtofloat(#t(2));
}



Anyway, all I want to know is if it's alright with Stefan to use it on a non-P2P world.
__________________


"The administrators of Graal Online will not be responsible for corrupting of young minds. " -User Agreement.. heh-heh-heh

"4. Racial intolerance is not allowed. [NEW!]" -User License Agreement (I love the "[NEW!]" part)

"No more drugs for THAT man!" -TrueHeaT

"... or does
it stand for something like
'[B]hala is the [M]an who decides so lets [X]ross the fingers'?)" -Stefan, in response to a guild dispute over the guild name "BMX"

[img src=http://www.lucitanica.f2s.com/shaun-revolutionsig.gif]
Time to piss Lycia off!
Reply With Quote